summaryrefslogtreecommitdiff
path: root/www/lib/ionic/scss/_range.scss
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-04-10 10:47:35 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-04-10 10:47:35 -0400
commita29f9a676a6ea3bad56ede05cd1a1c82ffbbe8e9 (patch)
tree7e6e6bfb23390a64344fdfe2272a5da04c2dd97c /www/lib/ionic/scss/_range.scss
parent42bc21f7d0b4acfeefa5f4c2708203be78f57778 (diff)
#219 - everything upgraded
Former-commit-id: 15f58d10df83feda8199a1b904433e625ef36b44
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
+}