From: Luzifr Date: Tue, 4 Oct 2011 18:03:15 +0000 (+0200) Subject: Fixes "pre-input" dropdown-icon-toggler. X-Git-Tag: 2.0.0_Beta_1~1730^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ddb6890cb43d3e25868b45695f2e685d3c062fd4;p=GitHub%2FWoltLab%2FWCF.git Fixes "pre-input" dropdown-icon-toggler. --- diff --git a/wcfsetup/install/files/acp/style/style.css b/wcfsetup/install/files/acp/style/style.css index 5212ce6d02..cf884a369d 100644 --- a/wcfsetup/install/files/acp/style/style.css +++ b/wcfsetup/install/files/acp/style/style.css @@ -1041,7 +1041,7 @@ textarea { float: left; } -.preInput .dropdownCaption span { /* ToDo: Icon will be toggled by a class in the future! */ +.preInput .dropdownCaption span.active { background-image: url('../../icon/dropdown1.svg'); background-position: right center; background-repeat: no-repeat;