1
+ @charset "UTF-8" ;
1
2
/**
2
3
* Copyright 2013 Drifty Co.
3
4
* http://drifty.com/
@@ -2562,11 +2563,11 @@ a.subdued {
2562
2563
.action-sheet-backdrop .active {
2563
2564
-webkit-animation : fadeInHalf 0.3s ;
2564
2565
animation : fadeInHalf 0.3s ;
2565
- -webkit-animation-fill-mode : both ; }
2566
+ -webkit-animation-fill-mode : forwards ; }
2566
2567
.action-sheet-backdrop .active-remove {
2567
2568
-webkit-animation : fadeOutHalf 0.3s ;
2568
2569
animation : fadeOutHalf 0.3s ;
2569
- -webkit-animation-fill-mode : both ; }
2570
+ -webkit-animation-fill-mode : forwards ; }
2570
2571
2571
2572
@-webkit-keyframes actionSheetUp {
2572
2573
0% {
@@ -4126,6 +4127,7 @@ textarea {
4126
4127
-webkit-border-radius : 2px ;
4127
4128
-moz-border-radius : 2px ;
4128
4129
border-radius : 2px ;
4130
+ display : block !important ;
4129
4131
overflow : hidden;
4130
4132
padding : 4px 8px 3px ;
4131
4133
border : none;
@@ -4438,7 +4440,7 @@ input[type="range"] {
4438
4440
background-position : center;
4439
4441
background-size : 96% 4px ;
4440
4442
background-repeat : no-repeat;
4441
- -webkit-appearance : none; }
4443
+ -webkit-appearance : none !important ; }
4442
4444
input [type = "range" ]::-webkit-slider-thumb {
4443
4445
position : relative;
4444
4446
width : 20px ;
@@ -4447,7 +4449,7 @@ input[type="range"] {
4447
4449
background-color : white;
4448
4450
box-shadow : 0 0 2px rgba (0 , 0 , 0 , 0.5 ), 1px 3px 5px rgba (0 , 0 , 0 , 0.25 );
4449
4451
cursor : pointer;
4450
- -webkit-appearance : none; }
4452
+ -webkit-appearance : none !important ; }
4451
4453
input [type = "range" ]::-webkit-slider-thumb : before {
4452
4454
/* what creates the colorful line on the left side of the slider */
4453
4455
position : absolute;
@@ -5479,10 +5481,10 @@ a.button {
5479
5481
*/
5480
5482
.hidden ,
5481
5483
.hide {
5482
- display : none; }
5484
+ display : none !important ; }
5483
5485
5484
5486
.show {
5485
- display : block; }
5487
+ display : block !important ; }
5486
5488
5487
5489
.inline {
5488
5490
display : inline-block; }
0 commit comments