mirror of
https://github.com/maputnik/editor.git
synced 2026-08-25 06:27:25 +00:00
Fixed <select/> styling in firefox and improved in chrome.
This commit is contained in:
@@ -97,6 +97,13 @@
|
||||
.maputnik-select {
|
||||
@extend .maputnik-input;
|
||||
|
||||
-moz-appearance: none;
|
||||
-webkit-appearance: none;
|
||||
background: $color-gray url("#{$icon-down-arrow}") right center no-repeat;
|
||||
color: $color-white;
|
||||
background-position: calc(100% - 2px) center;
|
||||
padding-right: 20px;
|
||||
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user