mirror of
https://github.com/flarum/framework.git
synced 2025-04-27 23:24:03 +08:00
Fix select-input appearance on Firefox 35+. Closes #43
This commit is contained in:
parent
4c3712f9b0
commit
921a75135f
@ -67,6 +67,7 @@ legend {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: auto;
|
width: auto;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
padding-right: @padding-base-horizontal + 16;
|
padding-right: @padding-base-horizontal + 16;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user