forked from extern/egroupware
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;
|
||||
}
|
||||
|
||||
#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%;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
et2-button#calendar-toolbar_toolbar-today::part(label) {
|
||||
font-weight: bold;
|
||||
color: dimgrey;
|
||||
}
|
||||
/*generell*/
|
||||
.egw_fw_content_browser_iframe img[src$="svg"] {
|
||||
background-color: #828282 !important;
|
||||
|
Loading…
Reference in New Issue
Block a user