Skip to content

Commit 166ab36

Browse files
Revert "one small change for chrome one big step for mozilla kind"
This reverts commit 5a71713.
1 parent 5a71713 commit 166ab36

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

stylesheets/food-compass.css

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

5959
.styled-select select {
6060
background: transparent;
61-
width: 340px;
61+
width: 278px;
6262
padding: 5px;
6363
font-size: 25px;
6464
line-height: 1;
@@ -68,16 +68,8 @@ header {
6868
-webkit-appearance: none;
6969
font-family: 'Open Sans Condensed', 'Arial', sans-serif;
7070
}
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-
}
71+
72+
8173
@media screen and (min-width: 900px) {
8274
.start, .end, .time {
8375
width: 65%;
@@ -149,4 +141,5 @@ input:focus {
149141

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

0 commit comments

Comments
 (0)