Make sidebar splitter styling similar to ET2Split widget

This commit is contained in:
Hadi Nategh 2022-09-28 15:34:20 +02:00
parent 73de0c5bd5
commit 9f7ee1619c
2 changed files with 3 additions and 5 deletions

View File

@ -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%;

View File

@ -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%;