mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 21:01:30 +02:00
Fix sidebox splitter helper. Again.
This commit is contained in:
parent
1551d20e0a
commit
7b2930f12a
@ -5056,7 +5056,8 @@ table.nextmatch_header img {
|
|||||||
#egw_fw_sidebar #egw_fw_splitter:hover {
|
#egw_fw_sidebar #egw_fw_splitter:hover {
|
||||||
background-color: #ffc200;
|
background-color: #ffc200;
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar .egw_fw_ui_splitter_vertical {
|
/** DON"T MOVE THIS **/
|
||||||
|
.egw_fw_ui_splitter_vertical {
|
||||||
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;
|
||||||
|
@ -721,20 +721,22 @@
|
|||||||
|
|
||||||
&:hover {background-color: @egw_color_1;}
|
&:hover {background-color: @egw_color_1;}
|
||||||
}
|
}
|
||||||
.egw_fw_ui_splitter_vertical {
|
|
||||||
background-image: url(../images/splitter_vert.png);
|
|
||||||
background-position: center;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
.background_color_30_gray;
|
|
||||||
position: absolute;
|
|
||||||
width: 5px;
|
|
||||||
height: 100%;
|
|
||||||
cursor: col-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Ende Sidebar
|
// Ende Sidebar
|
||||||
}
|
|
||||||
// Menu Seite links
|
// Menu Seite links
|
||||||
|
}
|
||||||
|
/** DON"T MOVE THIS **/
|
||||||
|
.egw_fw_ui_splitter_vertical {
|
||||||
|
background-image: url(../images/splitter_vert.png);
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
.background_color_30_gray;
|
||||||
|
position: absolute;
|
||||||
|
width: 5px;
|
||||||
|
height: 100%;
|
||||||
|
cursor: col-resize;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user