}
.wcf-headerNavigation {
- border-width: 0 0 1px 0;
+ border-width: 0 0 @borderWidth 0;
.mxBorderRadiusTL(3px);
.mxBorderRadiusTR(3px);
}
.wcf-footerNavigation {
- border-width: 1px 0 0 0;
+ border-width: @borderWidth 0 0 0;
.mxBorderRadiusBR(3px);
.mxBorderRadiusBL(3px);
}
.wcf-collapsibleSidebarButton {
cursor: pointer;
+ background-color: @backColor1;
background-position: center 1%, center 99%;
background-size: 10px 10px, 10px 10px;
background-repeat: no-repeat;
height: 100%;
overflow: hidden;
z-index: 30;
- opacity: .3;
-}
-
-.wcf-collapsibleSidebarButton:hover,
-.wcf-collapsibleSidebarButton:hover span {
- background-color: @backColor10;
- opacity: 1;
}
.wcf-collapsibleSidebarButton span {
height: 600px;
}
+.wcf-collapsibleSidebarButton:hover,
+.wcf-collapsibleSidebarButton:hover span {
+ background-color: @backColor10;
+}
+
.wcf-collapsibleSidebarButton span:focus,
.wcf-collapsibleSidebarButton span:active {
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
/* Orientation */
.left .wcf-collapsibleSidebarButton {
- border-right: @borderWidthButton @borderStyleButton darken(@backColor1, 10%);
+ border-right: 1px @borderStyleButton darken(@backColor1, 10%);
background-image: url('../icon/arrowLeft1.svg'), url('../icon/arrowLeft1.svg');
left: 250px;
}
.right .wcf-collapsibleSidebarButton {
- border-left: @borderWidthButton @borderStyleButton darken(@backColor1, 10%);
+ border-left: 1px @borderStyleButton darken(@backColor1, 10%);
background-image: url('../icon/arrowRight1.svg'), url('../icon/arrowRight1.svg');
right: 250px;