mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix sidebar splitter styling
This commit is contained in:
parent
aefe71e061
commit
796499ad4c
@ -4927,7 +4927,7 @@ span.overlayContainer img.overlay {
|
||||
#egw_fw_sidebar #egw_fw_splitter {
|
||||
position: absolute;
|
||||
width: 8px;
|
||||
top: 40px;
|
||||
top: 0px;
|
||||
bottom: 3px;
|
||||
right: 0px;
|
||||
}
|
||||
@ -5065,9 +5065,9 @@ span.overlayContainer img.overlay {
|
||||
background-image: url(../images/splitter_vert.png);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-color: #ffffff;
|
||||
background-color: transparent;
|
||||
position: absolute;
|
||||
width: 5px;
|
||||
width: 4px;
|
||||
height: 100%;
|
||||
cursor: col-resize;
|
||||
}
|
||||
@ -5077,7 +5077,7 @@ span.overlayContainer img.overlay {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
.egw_fw_ui_splitter_hover {
|
||||
background-color: white;
|
||||
background-color: #CDCDCD;
|
||||
}
|
||||
.egw_fw_ui_category_content {
|
||||
background-color: #ffffff;
|
||||
|
@ -291,7 +291,7 @@
|
||||
#egw_fw_splitter {
|
||||
position: absolute;
|
||||
width: 8px;
|
||||
top: 40px;
|
||||
top: 0px;
|
||||
bottom: 3px;
|
||||
right: 0px;
|
||||
&:hover {border-color: @gray_10;}
|
||||
@ -449,9 +449,9 @@
|
||||
background-image: url(../images/splitter_vert.png);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
.background_color_0_gray;
|
||||
background-color: transparent;
|
||||
position: absolute;
|
||||
width: 5px;
|
||||
width: 4px;
|
||||
height: 100%;
|
||||
cursor: col-resize;
|
||||
}
|
||||
@ -464,7 +464,7 @@
|
||||
|
||||
|
||||
.egw_fw_ui_splitter_hover {
|
||||
background-color: white;
|
||||
background-color: @gray_20;
|
||||
}
|
||||
|
||||
//####################################################
|
||||
|
Loading…
Reference in New Issue
Block a user