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,

View File

@@ -122,7 +122,13 @@ body,
#calcms_admin_menu,
#calcms_admin_menu select{
background:#444;
background:#004f9b;
}
#calcms_admin_menu a:hover,
#calcms_admin_menu select:hover{
background:#007acc;
transition: all 0.5s linear;
}
#calcms_admin_menu div a,
@@ -133,11 +139,6 @@ body,
line-height:3em;
}
#calcms_admin_menu a:hover,
#calcms_admin_menu select:hover{
background:#666;
}
#calcms_admin_menu div {
transition: background 0.2s;
}
@@ -536,7 +537,7 @@ input[type='checkbox']{
#calcms_admin_menu .fa,
#calcms_admin_menu .far,
#calcms_admin_menu .fas{
color:#777;
opacity:0.4;
}
#content button.selectImage{