mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix Today action button styling in the header toolbar
This commit is contained in:
parent
def19ebe48
commit
c85d29c0d0
@ -1612,4 +1612,9 @@ et2-switch#calendar-toolbar_toolbar-weekend::part(label) {width: 100%;}
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#calendar-edit_description {height:70%;margin-bottom: 2em;}
|
#calendar-edit_description {height:70%;margin-bottom: 2em;}
|
||||||
|
|
||||||
|
et2-button#calendar-toolbar_toolbar-today::part(label) {
|
||||||
|
font-weight: bold;
|
||||||
|
color: dimgrey;
|
||||||
|
}
|
@ -1583,6 +1583,10 @@ et2-switch#calendar-toolbar_toolbar-weekend::part(label) {
|
|||||||
height: 70%;
|
height: 70%;
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
et2-button#calendar-toolbar_toolbar-today::part(label) {
|
||||||
|
font-weight: bold;
|
||||||
|
color: dimgrey;
|
||||||
|
}
|
||||||
/*generell*/
|
/*generell*/
|
||||||
.egw_fw_content_browser_iframe img[src$="svg"] {
|
.egw_fw_content_browser_iframe img[src$="svg"] {
|
||||||
background-color: #828282 !important;
|
background-color: #828282 !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user