Skip to content

Commit

Permalink
Update to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
IonDen committed Dec 29, 2014
1 parent 7391287 commit 5510d76
Show file tree
Hide file tree
Showing 14 changed files with 171 additions and 157 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ion.rangeSlider",
"version": "2.0.2",
"version": "2.0.3",
"homepage": "https://github.com/IonDen/ion.rangeSlider",
"authors": [
{
Expand Down
11 changes: 7 additions & 4 deletions css/ion.rangeSlider.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Ion.RangeSlider
// css version 2.0.2
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

Expand Down Expand Up @@ -119,12 +119,15 @@
background: rgba(0,0,0,0.0);
z-index: 2;
}
.lt-ie9 .irs-disable-mask {
background: #000;
filter: alpha(opacity=0);
cursor: not-allowed;
}

.irs-disabled {
opacity: 0.4;
}
.lt-ie9 .irs-disabled {
filter: alpha(opacity=40);
}


.irs-hidden-input {
Expand Down
4 changes: 2 additions & 2 deletions css/ion.rangeSlider.skinFlat.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.0
// css version 2.0.3
// © Denis Ineshin, 2014 https://github.com/IonDen
// ===================================================================================================================*/

Expand Down Expand Up @@ -61,7 +61,7 @@
top: 22px;
background-position: 0 -120px;
}
#irs-active-slider, .irs-slider:hover {
.irs-slider.state_hover, .irs-slider:hover {
background-position: 0 -150px;
}

Expand Down
4 changes: 2 additions & 2 deletions css/ion.rangeSlider.skinHTML5.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Ion.RangeSlider, Simple Skin
// css version 2.0.0
// css version 2.0.3
// © Denis Ineshin, 2014 https://github.com/IonDen
// © guybowden, 2014 https://github.com/guybowden
// ===================================================================================================================*/
Expand Down Expand Up @@ -72,7 +72,7 @@
cursor: pointer;
}

#irs-active-slider, .irs-slider:hover {
.irs-slider.state_hover, .irs-slider:hover {
background: #FFF;
}

Expand Down
4 changes: 2 additions & 2 deletions css/ion.rangeSlider.skinModern.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Ion.RangeSlider, Modern Skin
// css version 2.0.0
// css version 2.0.3
// © Denis Ineshin, 2014 https://github.com/IonDen
// ===================================================================================================================*/

Expand Down Expand Up @@ -61,7 +61,7 @@
top: 31px;
background-position: 0 -120px;
}
#irs-active-slider, .irs-slider:hover {
.irs-slider.state_hover, .irs-slider:hover {
background-position: 0 -150px;
}

Expand Down
4 changes: 2 additions & 2 deletions css/ion.rangeSlider.skinNice.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Ion.RangeSlider, Nice Skin
// css version 2.0.0
// css version 2.0.3
// © Denis Ineshin, 2014 https://github.com/IonDen
// ===================================================================================================================*/

Expand Down Expand Up @@ -61,7 +61,7 @@
top: 17px;
background-position: 0 -120px;
}
#irs-active-slider, .irs-slider:hover {
.irs-slider.state_hover, .irs-slider:hover {
background-position: 0 -150px;
}

Expand Down
4 changes: 2 additions & 2 deletions css/ion.rangeSlider.skinSimple.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Ion.RangeSlider, Simple Skin
// css version 2.0.0
// css version 2.0.3
// © Denis Ineshin, 2014 https://github.com/IonDen
// ===================================================================================================================*/

Expand Down Expand Up @@ -61,7 +61,7 @@
top: 21px;
background-position: 0 -120px;
}
#irs-active-slider, .irs-slider:hover {
.irs-slider.state_hover, .irs-slider:hover {
background-position: 0 -150px;
}

Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Ion.Range Slider 2.0.2
# Ion.Range Slider 2.0.3

> English description | <a href="readme.ru.md">Описание на русском</a>
Easy and light range slider
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/en.html">Project page and demos</a>
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.0.2.zip">Download ion.rangeSlider-2.0.2.zip</a>
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.0.3.zip">Download ion.rangeSlider-2.0.3.zip</a>

***

Expand Down
4 changes: 2 additions & 2 deletions ion-rangeSlider.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ion-rangeSlider",
"version": "2.0.2",
"version": "2.0.3",
"title": "Ion.RangeSlider",
"description": "Cool, comfortable and easily customizable range slider with many options and skin support",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/IonDen/ion.rangeSlider",
"docs": "https://github.com/IonDen/ion.rangeSlider/blob/master/readme.md",
"demo": "http://ionden.com/a/plugins/ion.rangeSlider/en.html",
"download": "http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.0.2.zip",
"download": "http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.0.3.zip",
"dependencies": {
"jquery": ">=1.8"
}
Expand Down
Loading

0 comments on commit 5510d76

Please sign in to comment.