From a29f9a676a6ea3bad56ede05cd1a1c82ffbbe8e9 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sun, 10 Apr 2016 10:47:35 -0400 Subject: #219 - everything upgraded Former-commit-id: 15f58d10df83feda8199a1b904433e625ef36b44 --- www/lib/ionic/scss/_range.scss | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'www/lib/ionic/scss/_range.scss') 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 +} -- cgit v1.2.3