mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
fancy theme sidebar styling to also match rounded fancy theme
This commit is contained in:
parent
935e71c92c
commit
eda23f0583
@ -7282,3 +7282,6 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
|
|||||||
right: 0px;
|
right: 0px;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
}
|
}
|
||||||
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category {
|
||||||
|
border-radius: var(--sl-border-radius-medium);
|
||||||
|
}
|
||||||
|
@ -133,4 +133,11 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
|
|||||||
background-size: 12px 12px;
|
background-size: 12px 12px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
top: 2px
|
top: 2px
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
//sidebox
|
||||||
|
|
||||||
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category{
|
||||||
|
border-radius: var(--sl-border-radius-medium);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user