Skip to content

Commit

Permalink
option color is always black
Browse files Browse the repository at this point in the history
  • Loading branch information
felipevex committed Sep 14, 2017
1 parent b7dee49 commit b48bdb8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions template/css/priori.css
Expand Up @@ -15,6 +15,8 @@
margin:0px;
padding:0px;
position:absolute;

color:inherit;
}

input, button, label, select, textarea {
Expand All @@ -29,6 +31,10 @@ input, button, label, select, textarea {
font-size:inherit;
}

option {
color:#000000;
}

* {
-webkit-tap-highlight-color: transparent;
outline: none !important;
Expand Down

0 comments on commit b48bdb8

Please sign in to comment.