From e1e6944ab895e1ae03945dfffde46c63ca90985b Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 16 Jan 2016 13:23:09 +0100 Subject: [PATCH] Fixed dropdown arrow not being styled properly --- wcfsetup/install/files/acp/templates/styleAdd.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/acp/templates/styleAdd.tpl b/wcfsetup/install/files/acp/templates/styleAdd.tpl index efea2ee23a..4fe6eb3407 100644 --- a/wcfsetup/install/files/acp/templates/styleAdd.tpl +++ b/wcfsetup/install/files/acp/templates/styleAdd.tpl @@ -775,8 +775,8 @@ 'wcfButtonDisabledBackground': '#spButton .button.disabled, #spButtonPrimary .button.disabled { background-color: VALUE; }', 'wcfButtonDisabledBorder': '#spButton .button.disabled, #spButtonPrimary .button.disabled { border-color: VALUE; }', 'wcfButtonDisabledText': '#spButton .button.disabled, #spButtonPrimary .button.disabled { color: VALUE; }', - 'wcfDropdownBackground': '#spDropdown { background-color: VALUE; }', - 'wcfDropdownBorder': '#spDropdown { border-color: VALUE; }', + 'wcfDropdownBackground': '#spDropdown { background-color: VALUE; } __COMBO_RULE__ #spDropdown::before { border-bottom-color: VALUE; }', + 'wcfDropdownBorder': '#spDropdown { border-color: VALUE; } __COMBO_RULE__ #spDropdown::after { border-bottom-color: VALUE; }', 'wcfDropdownBorderInner': '#spDropdown .dropdownDivider { border-color: VALUE; }', 'wcfDropdownText': '#spDropdown { color: VALUE; }', 'wcfDropdownLink': '#spDropdown a { color: VALUE; }', -- 2.20.1