diff --git a/app/less/select.less b/app/less/select.less index 50d150bd..5c5ebb80 100755 --- a/app/less/select.less +++ b/app/less/select.less @@ -1,12 +1,25 @@ select { .border-radius(0); + cursor: pointer; background: none; color: @primary-disabled; - border: 1px solid @primary-disabled; - outline: none; font-family: @fStandard; font-size: 1em; background-color: transparent; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + padding: 0.1em 0.5em; + outline:none; + border: 0; + + &:focus { + outline:none; + } + + &::-moz-focus-inner { + border: 0; + } } .select { diff --git a/app/views/page-outfit.html b/app/views/page-outfit.html index 4824ea59..9172247b 100644 --- a/app/views/page-outfit.html +++ b/app/views/page-outfit.html @@ -33,14 +33,15 @@
| Cost | -{{fCrd(retrofitTotal)}} CR | +{{fCrd(retrofitTotal)}} CR | |
| Retrofitting from | -- | ||