1
0
mirror of https://github.com/flarum/core.git synced 2025-07-23 01:31:40 +02:00

Fix select-input appearance on Firefox 35+. Closes #43

This commit is contained in:
Toby Zerner
2015-05-18 15:11:31 +09:30
parent b11595de06
commit c811dd569e

View File

@@ -67,6 +67,7 @@ legend {
display: inline-block;
width: auto;
-webkit-appearance: none;
-moz-appearance: none;
padding-right: @padding-base-horizontal + 16;
cursor: pointer;
}