Repaired user-list-dropdown
authorLuzifr <szekely@woltlab.com>
Tue, 20 Dec 2011 13:32:20 +0000 (14:32 +0100)
committerLuzifr <szekely@woltlab.com>
Tue, 20 Dec 2011 13:32:20 +0000 (14:32 +0100)
This will be the way all menus will function soon …

wcfsetup/install/files/acp/style/wcf.css

index f74a212247250837e8d57d3f0e2bbdaf132d755a..0f819506fafac7c2b4a9efed618daccba01d9d87 100644 (file)
@@ -3188,14 +3188,16 @@ img[src*='enable'] {
 
 /* ToDo: Dropdown (merge with other dropdown-declarations!) */
 
-.clipboardEditor ul > li > ol {
+.clipboardEditor ul > li > .dropDown {
        border: 1px solid rgba(255, 255, 255, .7);
        border-radius: 5px;
        background-color: rgba(0, 0, 0, .7);
        margin-top: 23px;
+       display: none;
        position: absolute;
        top: 0;
        left: 0;
+       height: auto;
        
        -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, .5);
@@ -3204,6 +3206,10 @@ img[src*='enable'] {
        box-shadow: 0 1px 7px rgba(0, 0, 0, .5);
 }
 
+.clipboardEditor ul > li > .open {
+       display: block;
+}
+
 .clipboardEditor ul > li > ol > li {
        text-shadow: none;
        color: #ccc;