Work-around for ACL
authorAlexander Ebert <ebert@woltlab.com>
Tue, 20 Dec 2011 13:52:48 +0000 (14:52 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 20 Dec 2011 13:52:48 +0000 (14:52 +0100)
wcfsetup/install/files/acp/style/wcf.css

index 0f819506fafac7c2b4a9efed618daccba01d9d87..c5ff5720906b08a9b2905994e01efcabf90eeef5 100644 (file)
@@ -3188,7 +3188,8 @@ img[src*='enable'] {
 
 /* ToDo: Dropdown (merge with other dropdown-declarations!) */
 
-.clipboardEditor ul > li > .dropDown {
+.clipboardEditor ul > li > .dropDown,
+.aclContainer .dropDown {
        border: 1px solid rgba(255, 255, 255, .7);
        border-radius: 5px;
        background-color: rgba(0, 0, 0, .7);
@@ -3206,7 +3207,8 @@ img[src*='enable'] {
        box-shadow: 0 1px 7px rgba(0, 0, 0, .5);
 }
 
-.clipboardEditor ul > li > .open {
+.clipboardEditor ul > li > .open,
+.aclContainer .open {
        display: block;
 }