Fix dropdown appearance on Firefox

This commit is contained in:
Brian Federle 2013-09-23 12:04:50 -07:00
parent aaea1e0c73
commit b87367b9c7
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,8 @@
@mixin csui-dropdown {
-webkit-appearance: button;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
@include background(
url(csui/img/form/dropdown-arrow.png) no-repeat right 8px center,
@ -12,6 +14,8 @@
font-size: 14px;
height: 30px;
text-indent: 8px;
width: 105%;
overflow: hidden;
}
@mixin csui-dropdown-dark {