summaryrefslogtreecommitdiff
path: root/www/lib/ionic/scss/_range.scss
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/ionic/scss/_range.scss')
-rw-r--r--www/lib/ionic/scss/_range.scss17
1 files changed, 12 insertions, 5 deletions
diff --git a/www/lib/ionic/scss/_range.scss b/www/lib/ionic/scss/_range.scss
index cf531803..54d4e187 100644
--- a/www/lib/ionic/scss/_range.scss
+++ b/www/lib/ionic/scss/_range.scss
@@ -21,6 +21,11 @@
background-repeat: no-repeat;
-webkit-appearance: none;
+ &::-moz-focus-outer {
+ /* hide the focus outline in Firefox */
+ border: 0;
+ }
+
&::-webkit-slider-thumb {
position: relative;
width: $range-slider-width;
@@ -54,6 +59,11 @@
//background: red;
//opacity: .5;
}
+ &::-ms-fill-lower{
+ height: $range-track-height;
+ background:$dark;
+ }
+ /*
&::-ms-track{
background: transparent;
border-color: transparent;
@@ -72,14 +82,11 @@
margin-right:1px;
outline:none;
}
- &::-ms-fill-lower{
- height: $range-track-height;
- background:$dark;
- }
&::-ms-fill-upper {
height: $range-track-height;
background:$range-default-track-bg;
}
+ */
}
.range {
@@ -150,4 +157,4 @@
.range input{
height:auto;
}
-} \ No newline at end of file
+}