Fixed dropdown arrow not being styled properly
authorAlexander Ebert <ebert@woltlab.com>
Sat, 16 Jan 2016 12:23:09 +0000 (13:23 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 16 Jan 2016 12:23:09 +0000 (13:23 +0100)
wcfsetup/install/files/acp/templates/styleAdd.tpl

index efea2ee23a8af125d2c2a0552fbd443d699326f8..4fe6eb34078c12d3a5dd172f23477227f6fdeb49 100644 (file)
                                '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; }',