forked from extern/egroupware
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;
|
||||
z-index: 0;
|
||||
font-size: 0.9em;
|
||||
border-right: 1px solid #bfbfbf;
|
||||
}
|
||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv {
|
||||
background-color: #fafafa;
|
||||
@ -5014,7 +5013,7 @@ span.overlayContainer img.overlay {
|
||||
background-image: url(../../api/templates/default/images/splitter_vert.png);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-color: transparent;
|
||||
background-color: #E6E6E6;
|
||||
position: absolute;
|
||||
width: 4px;
|
||||
height: 100%;
|
||||
|
@ -41,8 +41,7 @@
|
||||
overflow: hidden;
|
||||
z-index: 0;
|
||||
font-size: 0.9em;
|
||||
border-right: 1px solid #bfbfbf;
|
||||
// SIDE AREA
|
||||
// SIDE AREA
|
||||
.egw_fw_ui_scrollarea_outerdiv{
|
||||
.background_color_5_gray;
|
||||
//####################################################
|
||||
@ -449,7 +448,7 @@
|
||||
background-image: url(../../api/templates/default/images/splitter_vert.png);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-color: transparent;
|
||||
background-color: @gray_10;
|
||||
position: absolute;
|
||||
width: 4px;
|
||||
height: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user