Fix Today action button styling in the header toolbar

This commit is contained in:
Hadi Nategh 2022-11-07 10:52:16 +01:00
parent def19ebe48
commit c85d29c0d0
2 changed files with 10 additions and 1 deletions

View File

@ -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;
}

View File

@ -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;