Remove background image so sidebox calendar go & today buttons are actually the same color as prev / next

This commit is contained in:
Nathan Gray 2016-02-09 21:45:51 +00:00
parent 61b2957124
commit 96f0ac3a80
3 changed files with 4 additions and 10 deletions

View File

@ -52,7 +52,8 @@
font-size: 10px; font-size: 10px;
line-height: 50%; line-height: 50%;
color: white; color: white;
background-color: #d8e7f3; background-color: #217bc0;
background-image: none;
border:none; border:none;
border-radius: 100%; border-radius: 100%;
} }

View File

@ -64,7 +64,8 @@
font-size: 10px; font-size: 10px;
line-height: 50%; line-height: 50%;
color: white; color: white;
background-color: #d8e7f3; background-color: #217bc0;
background-image: none;
border: none; border: none;
border-radius: 100%; border-radius: 100%;
} }
@ -2581,10 +2582,6 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
background-image: url('../../../pixelegg/images/ui-icons_egw_color_2_256x240_0C5DA5.png'); background-image: url('../../../pixelegg/images/ui-icons_egw_color_2_256x240_0C5DA5.png');
transition: none; transition: none;
} }
#calendar-sidebox_header_go,
#calendar-sidebox_header_today {
background-color: #0c5da5;
}
#calendar_cat_id, #calendar_cat_id,
#calendar_filter, #calendar_filter,
#uical_select_owner, #uical_select_owner,

View File

@ -1378,10 +1378,6 @@ div#calendar-container {
} }
} }
#calendar-sidebox_header_go,
#calendar-sidebox_header_today {
background-color: #0c5da5;
}
// Select Fields in Sidemenu // Select Fields in Sidemenu
#calendar_cat_id, #calendar_cat_id,
#calendar_filter, #calendar_filter,