mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Remove background image so sidebox calendar go & today buttons are actually the same color as prev / next
This commit is contained in:
parent
61b2957124
commit
96f0ac3a80
@ -52,7 +52,8 @@
|
||||
font-size: 10px;
|
||||
line-height: 50%;
|
||||
color: white;
|
||||
background-color: #d8e7f3;
|
||||
background-color: #217bc0;
|
||||
background-image: none;
|
||||
border:none;
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
@ -64,7 +64,8 @@
|
||||
font-size: 10px;
|
||||
line-height: 50%;
|
||||
color: white;
|
||||
background-color: #d8e7f3;
|
||||
background-color: #217bc0;
|
||||
background-image: none;
|
||||
border: none;
|
||||
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');
|
||||
transition: none;
|
||||
}
|
||||
#calendar-sidebox_header_go,
|
||||
#calendar-sidebox_header_today {
|
||||
background-color: #0c5da5;
|
||||
}
|
||||
#calendar_cat_id,
|
||||
#calendar_filter,
|
||||
#uical_select_owner,
|
||||
|
@ -1378,10 +1378,6 @@ div#calendar-container {
|
||||
}
|
||||
}
|
||||
|
||||
#calendar-sidebox_header_go,
|
||||
#calendar-sidebox_header_today {
|
||||
background-color: #0c5da5;
|
||||
}
|
||||
// Select Fields in Sidemenu
|
||||
#calendar_cat_id,
|
||||
#calendar_filter,
|
||||
|
Loading…
Reference in New Issue
Block a user