set blue color scheme for toolbar

This commit is contained in:
Milan
2019-10-04 00:22:07 +02:00
parent f28400dbcb
commit d7f25d91c9
2 changed files with 12 additions and 10 deletions

View File

@@ -644,7 +644,7 @@ a#calcms_search_show_details #plus{
#calcms_calendar table thead td:hover,
#calcms_calendar table thead th:hover{
background-color:#ddd;
background-color:#1987d1;
}
/* header */
@@ -656,10 +656,11 @@ a#calcms_search_show_details #plus{
/* month selector */
#calcms_calendar table thead tr:first-child a{
padding:6px;
color:white;
}
#calcms_calendar table thead tr:first-child{
background:#ccc;
background:#007acc;
}
/* weekdays */
@@ -675,7 +676,7 @@ a#calcms_search_show_details #plus{
#calcms_calendar table tbody td:hover,
#calcms_calendar table tbody th:hover{
background-color:#f0f0f0;
background-color:#4f7acc;
}
#calcms_calendar table tbody td.calcms_today,