Fix sidebar splitter styling

This commit is contained in:
Hadi Nategh 2022-06-03 17:38:44 +02:00
parent aefe71e061
commit 796499ad4c
2 changed files with 8 additions and 8 deletions

View File

@ -4927,7 +4927,7 @@ span.overlayContainer img.overlay {
#egw_fw_sidebar #egw_fw_splitter { #egw_fw_sidebar #egw_fw_splitter {
position: absolute; position: absolute;
width: 8px; width: 8px;
top: 40px; top: 0px;
bottom: 3px; bottom: 3px;
right: 0px; right: 0px;
} }
@ -5065,9 +5065,9 @@ span.overlayContainer img.overlay {
background-image: url(../images/splitter_vert.png); background-image: url(../images/splitter_vert.png);
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-color: #ffffff; background-color: transparent;
position: absolute; position: absolute;
width: 5px; width: 4px;
height: 100%; height: 100%;
cursor: col-resize; cursor: col-resize;
} }
@ -5077,7 +5077,7 @@ span.overlayContainer img.overlay {
opacity: 1 !important; opacity: 1 !important;
} }
.egw_fw_ui_splitter_hover { .egw_fw_ui_splitter_hover {
background-color: white; background-color: #CDCDCD;
} }
.egw_fw_ui_category_content { .egw_fw_ui_category_content {
background-color: #ffffff; background-color: #ffffff;

View File

@ -291,7 +291,7 @@
#egw_fw_splitter { #egw_fw_splitter {
position: absolute; position: absolute;
width: 8px; width: 8px;
top: 40px; top: 0px;
bottom: 3px; bottom: 3px;
right: 0px; right: 0px;
&:hover {border-color: @gray_10;} &:hover {border-color: @gray_10;}
@ -449,9 +449,9 @@
background-image: url(../images/splitter_vert.png); background-image: url(../images/splitter_vert.png);
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
.background_color_0_gray; background-color: transparent;
position: absolute; position: absolute;
width: 5px; width: 4px;
height: 100%; height: 100%;
cursor: col-resize; cursor: col-resize;
} }
@ -464,7 +464,7 @@
.egw_fw_ui_splitter_hover { .egw_fw_ui_splitter_hover {
background-color: white; background-color: @gray_20;
} }
//#################################################### //####################################################