Fixes small bug
authorLuzifr <szekely@woltlab.com>
Mon, 9 Jan 2012 15:10:18 +0000 (16:10 +0100)
committerLuzifr <szekely@woltlab.com>
Mon, 9 Jan 2012 15:10:18 +0000 (16:10 +0100)
wcfsetup/install/files/acp/style/wcf.css

index a15b7d76d9b4be2f9d8d57805034619c55d488d7..502aa00db6b7e2af6983ca5dab0b690f208c6714 100644 (file)
@@ -997,8 +997,7 @@ section.content .content {
        background-image: url('../../icon/arrowRight1.svg');
 }
 
-.left .sidebar .collapsibleSidebarButton:hover,
-.left .sidebar .collapsibleSidebarButton:hover span {
+.left .sidebar .collapsibleSidebarButton:hover {
        border-right: 1px solid rgba(187, 204, 221, .5);
 }
 
@@ -1013,8 +1012,7 @@ section.content .content {
        background-image: url('../../icon/arrowLeft1.svg');
 }
 
-.right .sidebar .collapsibleSidebarButton:hover,
-.right .sidebar .collapsibleSidebarButton:hover span {
+.right .sidebar .collapsibleSidebarButton:hover {
        border-left: 1px solid rgba(187, 204, 221, .5);
 }