mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-22 10:52:00 +02: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;
|
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%;
|
||||||
}
|
}
|
||||||
|
@ -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,
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user