diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index c649ab61df..b3e69f1353 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -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%; diff --git a/pixelegg/less/layout_raster_sidebar.less b/pixelegg/less/layout_raster_sidebar.less index da0a33aea7..07622811a2 100644 --- a/pixelegg/less/layout_raster_sidebar.less +++ b/pixelegg/less/layout_raster_sidebar.less @@ -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%;