diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index d8e3bd7bfe..0d1b753f54 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -2663,8 +2663,9 @@ div#calendar-container div.calendar table tbody tr.rowhilite td { background-color: transparent; } #calendar-sidebox_header_today { - width: 20px; + width: 19px; height: 20px; + margin-left: 6px; background-image: url('../../../pixelegg/images/bullet.svg'); text-indent: 140%; border: none; diff --git a/calendar/templates/pixelegg/app.less b/calendar/templates/pixelegg/app.less index 74d7480ac0..03b6c9b4dd 100755 --- a/calendar/templates/pixelegg/app.less +++ b/calendar/templates/pixelegg/app.less @@ -1193,9 +1193,10 @@ div#calendar-container { } } #calendar-sidebox_header_today { - width: 20px; + width: 19px; height: 20px; + margin-left: 6px; background-image: url('../../../pixelegg/images/bullet.svg'); text-indent: 140%; border: none;