From 985b91e851c19f40cc31c80b39a105c4f418c111 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 20 Dec 2011 14:52:48 +0100 Subject: [PATCH] Work-around for ACL --- wcfsetup/install/files/acp/style/wcf.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index 0f819506fa..c5ff572090 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -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; } -- 2.20.1