|
@@ -1,5 +1,5 @@
|
|
|
/*! =======================================================
|
|
|
- VERSION 10.6.1
|
|
|
+ VERSION 10.6.2
|
|
|
========================================================= */
|
|
|
/*! =========================================================
|
|
|
* bootstrap-slider.js
|
|
@@ -181,15 +181,15 @@
|
|
|
background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
|
|
|
background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
|
|
|
background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
|
|
|
- background-repeat: repeat-x;
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
|
|
|
+ background-repeat: repeat-x;
|
|
|
}
|
|
|
.slider.slider-disabled .slider-track {
|
|
|
background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
|
|
|
background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
|
|
|
background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
|
|
|
- background-repeat: repeat-x;
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
|
|
|
+ background-repeat: repeat-x;
|
|
|
cursor: not-allowed;
|
|
|
}
|
|
|
.slider input {
|
|
@@ -214,8 +214,8 @@
|
|
|
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
|
|
|
background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
|
|
|
background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
|
|
|
- background-repeat: repeat-x;
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
|
|
|
+ background-repeat: repeat-x;
|
|
|
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
|
border-radius: 4px;
|
|
@@ -225,8 +225,8 @@
|
|
|
background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
|
|
|
background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
|
|
|
background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
|
|
|
- background-repeat: repeat-x;
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
|
|
|
+ background-repeat: repeat-x;
|
|
|
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
|
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
|
-webkit-box-sizing: border-box;
|
|
@@ -238,8 +238,8 @@
|
|
|
background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
|
|
|
background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
|
|
|
background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
|
|
|
- background-repeat: repeat-x;
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
|
|
|
+ background-repeat: repeat-x;
|
|
|
}
|
|
|
.slider-track-low,
|
|
|
.slider-track-high {
|
|
@@ -259,8 +259,8 @@
|
|
|
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
|
|
|
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
|
|
|
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
|
|
|
- background-repeat: repeat-x;
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
|
|
|
+ background-repeat: repeat-x;
|
|
|
filter: none;
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
|
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
@@ -292,8 +292,8 @@
|
|
|
background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
|
|
|
background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
|
|
|
background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
|
|
|
- background-repeat: repeat-x;
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
|
|
|
+ background-repeat: repeat-x;
|
|
|
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
|
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
|
-webkit-box-sizing: border-box;
|
|
@@ -322,7 +322,7 @@
|
|
|
background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
|
|
|
background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
|
|
|
background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
|
|
|
- background-repeat: repeat-x;
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
|
|
|
+ background-repeat: repeat-x;
|
|
|
opacity: 1;
|
|
|
}
|