From: Alexander Ebert Date: Sat, 16 Jan 2016 12:23:09 +0000 (+0100) Subject: Fixed dropdown arrow not being styled properly X-Git-Tag: 3.0.0_Beta_1~2030^2~155 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e1e6944ab895e1ae03945dfffde46c63ca90985b;p=GitHub%2FWoltLab%2FWCF.git Fixed dropdown arrow not being styled properly --- 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; }',