File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ header {
58
58
59
59
.styled-select select {
60
60
background : transparent;
61
- width : 278 px ;
61
+ width : 340 px ;
62
62
padding : 5px ;
63
63
font-size : 25px ;
64
64
line-height : 1 ;
@@ -68,8 +68,16 @@ header {
68
68
-webkit-appearance : none;
69
69
font-family : 'Open Sans Condensed' , 'Arial' , sans-serif;
70
70
}
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
+ }
73
81
@media screen and (min-width : 900px ) {
74
82
.start , .end , .time {
75
83
width : 65% ;
@@ -141,5 +149,4 @@ input:focus {
141
149
142
150
.icon-group img : hover {
143
151
border : 5px solid # FFCB05 ;
144
- }
145
-
152
+ }
You can’t perform that action at this time.
0 commit comments