Skip to content

Commit 5a71713

Browse files
one small change for chrome one big step for mozilla kind
1 parent 674e98a commit 5a71713

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

stylesheets/food-compass.css

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ header {
5858

5959
.styled-select select {
6060
background: transparent;
61-
width: 278px;
61+
width: 340px;
6262
padding: 5px;
6363
font-size: 25px;
6464
line-height: 1;
@@ -68,8 +68,16 @@ header {
6868
-webkit-appearance: none;
6969
font-family: 'Open Sans Condensed', 'Arial', sans-serif;
7070
}
71-
72-
71+
@-moz-document url-prefix(){
72+
.styled-select select {
73+
background: transparent;
74+
width: 306px;
75+
padding: 0px;
76+
height: 40px;
77+
-webkit-appearance: none;
78+
font-family: 'Open Sans Condensed', 'Arial', sans-serif;
79+
}
80+
}
7381
@media screen and (min-width: 900px) {
7482
.start, .end, .time {
7583
width: 65%;
@@ -141,5 +149,4 @@ input:focus {
141149

142150
.icon-group img:hover {
143151
border: 5px solid #FFCB05;
144-
}
145-
152+
}

0 commit comments

Comments
 (0)