Fix missing sidebar helper

This commit is contained in:
Nathan Gray 2014-01-20 12:28:04 +00:00
parent 0e5f6da512
commit d07b061e78
2 changed files with 11 additions and 14 deletions

View File

@ -5035,7 +5035,7 @@ table.nextmatch_header img {
#egw_fw_sidebar #egw_fw_splitter:hover {
background-color: #ffc200;
}
#egw_fw_sidebar #egw_fw_splitter .egw_fw_ui_splitter_vertical {
.egw_fw_ui_splitter_vertical {
background-image: url(../images/splitter_vert.png);
background-position: center;
background-repeat: no-repeat;

View File

@ -716,20 +716,17 @@
right: 0px;
&: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;
}
}
.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
}