From: Luzifr Date: Tue, 20 Dec 2011 13:32:20 +0000 (+0100) Subject: Repaired user-list-dropdown X-Git-Tag: 2.0.0_Beta_1~1503 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=384ce8c8dd0a16509df7f1d77e0a4b00fa43cb7d;p=GitHub%2FWoltLab%2FWCF.git Repaired user-list-dropdown This will be the way all menus will function soon … --- diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index f74a212247..0f819506fa 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -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;