Showing
1 changed file
with
3 additions
and
0 deletions
@@ -80,6 +80,9 @@ | @@ -80,6 +80,9 @@ | ||
80 | input.disabled{ | 80 | input.disabled{ |
81 | background-color:#fff; | 81 | background-color:#fff; |
82 | color: #000; | 82 | color: #000; |
83 | + opacity: 1; | ||
84 | + @include border-radius(0); | ||
85 | + -webkit-appearance: none; | ||
83 | } | 86 | } |
84 | > span { | 87 | > span { |
85 | position: absolute; | 88 | position: absolute; |
-
Please register or login to post a comment