mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
Fancy: Add border to sidebox menu sections
This commit is contained in:
parent
4c6bcbba05
commit
91df6591e8
@ -7285,3 +7285,12 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category {
|
||||
border-radius: var(--sl-border-radius-medium);
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category .egw_fw_ui_category_content {
|
||||
border-width: 1px ;
|
||||
border-style: solid;
|
||||
border-radius: var(--sl-border-radius-medium);
|
||||
border-top: none;
|
||||
border-top-right-radius: 0px;
|
||||
border-top-left-radius: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
@ -140,4 +140,14 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
|
||||
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category{
|
||||
border-radius: var(--sl-border-radius-medium);
|
||||
}
|
||||
|
||||
.egw_fw_ui_category_content {
|
||||
border-width : 1px ;
|
||||
border-style: solid;
|
||||
border-radius: var(--sl-border-radius-medium);
|
||||
border-top: none;
|
||||
border-top-right-radius: 0px;
|
||||
border-top-left-radius: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user