From ddb6890cb43d3e25868b45695f2e685d3c062fd4 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Tue, 4 Oct 2011 20:03:15 +0200 Subject: [PATCH] Fixes "pre-input" dropdown-icon-toggler. --- wcfsetup/install/files/acp/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1