mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 18:31:26 +01:00
Fix missing sidebar helper
This commit is contained in:
parent
0e5f6da512
commit
d07b061e78
@ -5035,7 +5035,7 @@ 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_splitter .egw_fw_ui_splitter_vertical {
|
.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;
|
||||||
|
@ -716,7 +716,7 @@
|
|||||||
right: 0px;
|
right: 0px;
|
||||||
|
|
||||||
&:hover {background-color: @egw_color_1;}
|
&:hover {background-color: @egw_color_1;}
|
||||||
|
}
|
||||||
.egw_fw_ui_splitter_vertical {
|
.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;
|
||||||
@ -728,9 +728,6 @@
|
|||||||
cursor: col-resize;
|
cursor: col-resize;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Ende Sidebar
|
// Ende Sidebar
|
||||||
}
|
}
|
||||||
// Menu Seite links
|
// Menu Seite links
|
||||||
|
Loading…
Reference in New Issue
Block a user