forked from extern/egroupware
WIP framework:
- Get rid of extra left border on sidebar menu
This commit is contained in:
parent
afc8626761
commit
5924b30f2b
@ -4375,6 +4375,7 @@ td.message span.message {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
margin: 0 0 2em 0;
|
||||
border-left: none;
|
||||
/*######################*/
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content:nth-last-of-type(-n+3) {
|
||||
|
@ -4364,6 +4364,7 @@ td.message span.message {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
margin: 0 0 2em 0;
|
||||
border-left: none;
|
||||
/*######################*/
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content:nth-last-of-type(-n+3) {
|
||||
|
@ -4375,6 +4375,7 @@ td.message span.message {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
margin: 0 0 2em 0;
|
||||
border-left: none;
|
||||
/*######################*/
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content:nth-last-of-type(-n+3) {
|
||||
|
@ -158,7 +158,7 @@
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
margin: 0 0 2em 0;
|
||||
|
||||
border-left: none;
|
||||
|
||||
// rounded Corner on bottom
|
||||
&:nth-last-of-type(-n+3) {
|
||||
|
@ -4386,6 +4386,7 @@ td.message span.message {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
margin: 0 0 2em 0;
|
||||
border-left: none;
|
||||
/*######################*/
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content:nth-last-of-type(-n+3) {
|
||||
|
Loading…
Reference in New Issue
Block a user