mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Make sidebar splitter styling similar to ET2Split widget
This commit is contained in:
parent
73de0c5bd5
commit
9f7ee1619c
@ -4669,7 +4669,6 @@ span.overlayContainer img.overlay {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
border-right: 1px solid #bfbfbf;
|
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv {
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
@ -5014,7 +5013,7 @@ span.overlayContainer img.overlay {
|
|||||||
background-image: url(../../api/templates/default/images/splitter_vert.png);
|
background-image: url(../../api/templates/default/images/splitter_vert.png);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-color: transparent;
|
background-color: #E6E6E6;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 4px;
|
width: 4px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -41,7 +41,6 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
border-right: 1px solid #bfbfbf;
|
|
||||||
// SIDE AREA
|
// SIDE AREA
|
||||||
.egw_fw_ui_scrollarea_outerdiv{
|
.egw_fw_ui_scrollarea_outerdiv{
|
||||||
.background_color_5_gray;
|
.background_color_5_gray;
|
||||||
@ -449,7 +448,7 @@
|
|||||||
background-image: url(../../api/templates/default/images/splitter_vert.png);
|
background-image: url(../../api/templates/default/images/splitter_vert.png);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-color: transparent;
|
background-color: @gray_10;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 4px;
|
width: 4px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user