Fixed a weird firefox bug
authorAlexander Ebert <ebert@woltlab.com>
Tue, 10 Apr 2012 14:55:23 +0000 (16:55 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 10 Apr 2012 14:55:23 +0000 (16:55 +0200)
wcfsetup/install/files/style/forms.less

index 4a3ff4df3be00edf7b1fba4390c0bd9ef65dd41e..7834f7318c18a671abd2fdd34bf368b08f38f3f9 100644 (file)
@@ -1,3 +1,8 @@
+select > option {
+       /* Fixes weird firefox bug */
+       display: block !important;
+}
+
 /* ############## Fieldsets ############## */
 fieldset {
        background-color: @wcfContainerBackgroundColor;