Current state
This commit is contained in:
@@ -0,0 +1 @@
|
||||
.ui-rangeSlider{height:22px}.ui-rangeSlider .ui-rangeSlider-innerBar{height:16px;margin:3px 6px;background:#DDD}.ui-rangeSlider .ui-rangeSlider-handle{width:6px;height:22px;background:#AAA;background:rgba(100,100,100,.3);cursor:col-resize}.ui-rangeSlider .ui-rangeSlider-bar{margin:1px 0;background:#CCC;background:rgba(100,100,150,.2);height:20px;cursor:move;cursor:grab;cursor:-moz-grab}.ui-rangeSlider .ui-rangeSlider-bar.ui-draggable-dragging{cursor:-moz-grabbing;cursor:grabbing}.ui-rangeSlider-arrow{height:16px;margin:2px 0;width:16px;background-repeat:no-repeat}.ui-rangeSlider-arrow.ui-rangeSlider-leftArrow{background-image:url(icons-classic/resultset_previous.png);background-position:center left}.ui-rangeSlider-arrow.ui-rangeSlider-rightArrow{background-image:url(icons-classic/resultset_next.png);background-position:center right}.ui-rangeSlider-arrow-inner{display:none}.ui-rangeSlider-container{height:22px}.ui-rangeSlider-withArrows .ui-rangeSlider-container{margin:0 11px}.ui-rangeSlider-noArrow .ui-rangeSlider-container{margin:0}.ui-rangeSlider-label{margin:0 2px 2px;background-image:url(icons-classic/label.png);background-position:bottom center;background-repeat:no-repeat;white-space:nowrap;bottom:20px;padding:3px 6px 7px;cursor:col-resize}.ui-rangeSlider-label-inner{display:none}input.ui-editRangeSlider-inputValue{width:3em;vertical-align:middle;text-align:center}
|
||||
@@ -0,0 +1,95 @@
|
||||
/**
|
||||
* default development theme for jQRangeSlider
|
||||
* Using fam fam icon set from Mark James, http://www.famfamfam.com/lab/icons/silk/ (Creative Commons Attribution 2.5 License)
|
||||
*/
|
||||
|
||||
.ui-rangeSlider{
|
||||
height:22px;
|
||||
}
|
||||
|
||||
.ui-rangeSlider .ui-rangeSlider-innerBar{
|
||||
height:16px;
|
||||
margin:3px 6px;
|
||||
background:#DDD;
|
||||
}
|
||||
|
||||
.ui-rangeSlider .ui-rangeSlider-handle{
|
||||
width:6px;
|
||||
height:22px;
|
||||
background:#AAA;
|
||||
background:rgba(100,100,100, 0.3);
|
||||
cursor:col-resize;
|
||||
}
|
||||
|
||||
.ui-rangeSlider .ui-rangeSlider-bar{
|
||||
margin: 1px 0;
|
||||
background:#CCC;
|
||||
background:rgba(100,100,150, 0.2);
|
||||
height:20px;
|
||||
cursor:move;
|
||||
cursor:grab;
|
||||
cursor: -moz-grab;
|
||||
}
|
||||
|
||||
.ui-rangeSlider .ui-rangeSlider-bar.ui-draggable-dragging{
|
||||
cursor: -moz-grabbing;
|
||||
cursor:grabbing;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-arrow{
|
||||
height:16px;
|
||||
margin:2px 0;
|
||||
width:16px;
|
||||
background-repeat:no-repeat;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-arrow.ui-rangeSlider-leftArrow{
|
||||
background-image: url('icons-classic/resultset_previous.png');
|
||||
background-position:center left;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-arrow.ui-rangeSlider-rightArrow{
|
||||
background-image: url('icons-classic/resultset_next.png');
|
||||
background-position:center right;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-arrow-inner{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-container{
|
||||
height:22px;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-withArrows .ui-rangeSlider-container{
|
||||
margin:0 11px;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-noArrow .ui-rangeSlider-container{
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-label{
|
||||
margin:0 2px 2px;
|
||||
background-image:url('icons-classic/label.png');
|
||||
background-position:bottom center;
|
||||
background-repeat:no-repeat;
|
||||
white-space: nowrap;
|
||||
bottom:20px;
|
||||
padding:3px 6px 7px;
|
||||
cursor:col-resize;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-label-inner{
|
||||
display:none;
|
||||
}
|
||||
|
||||
/*
|
||||
* Edit slider
|
||||
*/
|
||||
|
||||
input.ui-editRangeSlider-inputValue{
|
||||
width:3em;
|
||||
vertical-align: middle;
|
||||
text-align:center;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.ui-rangeSlider{height:30px;padding-top:40px}.ui-rangeSlider,.ui-rangeSlider-container,.ui-rangeSlider-arrow{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.ui-rangeSlider-withArrows .ui-rangeSlider-container{margin:0 15px}.ui-rangeSlider-withArrows .ui-rangeSlider-container,.ui-rangeSlider-noArrow .ui-rangeSlider-container,.ui-rangeSlider-arrow{-webkit-box-shadow:inset 0 4px 6px -2px RGBA(0,0,0,.5);-moz-box-shadow:inset 0 4px 6px -2px RGBA(0,0,0,.5);box-shadow:inset 0 4px 6px -2px RGBA(0,0,0,.5)}.ui-rangeSlider-disabled.ui-rangeSlider-withArrows .ui-rangeSlider-container,.ui-rangeSlider-disabled.ui-rangeSlider-noArrow .ui-rangeSlider-container,.ui-rangeSlider-disabled .ui-rangeSlider-arrow{-webkit-box-shadow:inset 0 4px 6px -2px RGBA(0,0,0,.3);-moz-box-shadow:inset 0 4px 6px -2px RGBA(0,0,0,.3);box-shadow:inset 0 4px 6px -2px RGBA(0,0,0,.3)}.ui-rangeSlider-noArrow .ui-rangeSlider-container{-moz-border-radius:4px;border-radius:4px;border-left:solid 1px #515862;border-right:solid 1px #515862}.ui-rangeSlider-disabled.ui-rangeSlider-noArrow .ui-rangeSlider-container{border-color:#8490a3}.ui-rangeSlider-container,.ui-rangeSlider-arrow{height:30px;border-top:solid 1px #232a32;border-bottom:solid 1px #6a7179}.ui-rangeSlider-disabled .ui-rangeSlider-container,.ui-rangeSlider-disabled .ui-rangeSlider-arrow{border-top-color:#49576b;border-bottom-color:#9ca7b3}.ui-rangeSlider-container,.ui-rangeSlider-arrow,.ui-rangeSlider-label{background:#67707F;background:-moz-linear-gradient(top,#67707F 0,#888DA0 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#67707F),color-stop(100%,#888DA0))}.ui-rangeSlider-disabled .ui-rangeSlider-container,.ui-rangeSlider-disabled .ui-rangeSlider-arrow,.ui-rangeSlider-disabled .ui-rangeSlider-label{background:#95a4bd;background:-moz-linear-gradient(top,#95a4bd 0,#b2bbd8 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#95a4bd),color-stop(100%,#b2bbd8))}.ui-rangeSlider-arrow{width:14px;cursor:pointer}.ui-rangeSlider-leftArrow{border-radius:4px 0 0 4px;border-left:solid 1px #515862}.ui-rangeSlider-disabled .ui-rangeSlider-leftArrow{border-left-color:#8792a2}.ui-rangeSlider-rightArrow{border-radius:0 4px 4px 0;border-right:solid 1px #515862}.ui-rangeSlider-disabled .ui-rangeSlider-rightArrow{border-right-color:#8792a2}.ui-rangeSlider-arrow-inner{position:absolute;top:50%;border:10px solid transparent;width:0;height:0;margin-top:-10px}.ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner{border-right:10px solid #a4a8b7;left:0;margin-left:-8px}.ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner{border-right:10px solid #b3b6c2}.ui-rangeSlider-disabled .ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner,.ui-rangeSlider-disabled .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner{border-right-color:#bbc0cf}.ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner{border-left:10px solid #a4a8b7;right:0;margin-right:-8px}.ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner{border-left:10px solid #b3b6c2}.ui-rangeSlider-disabled .ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner,.ui-rangeSlider-disabled .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner{border-left-color:#bbc0cf}.ui-rangeSlider-innerBar{width:110%;height:100%;left:-10px;overflow:hidden}.ui-rangeSlider-bar{background:#68a1d6;height:29px;margin:1px 0;-moz-border-radius:4px;border-radius:4px;cursor:move;cursor:grab;cursor:-moz-grab;-webkit-box-shadow:inset 0 2px 6px RGBA(0,0,0,.5);-moz-box-shadow:inset 0 2px 6px RGBA(0,0,0,.5);box-shadow:inset 0 2px 6px RGBA(0,0,0,.5)}.ui-rangeSlider-disabled .ui-rangeSlider-bar{background:#93aeca;-webkit-box-shadow:inset 0 2px 6px RGBA(0,0,0,.3);-moz-box-shadow:inset 0 2px 6px RGBA(0,0,0,.3);box-shadow:inset 0 2px 6px RGBA(0,0,0,.3)}.ui-rangeSlider-handle{width:10px;height:30px;background:transparent;cursor:col-resize}.ui-rangeSlider-label{padding:5px 10px;bottom:40px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 0 #c2c5d6;-moz-box-shadow:0 1px 0 #c2c5d6;box-shadow:0 1px 0 #c2c5d6;color:#fff;font-size:15px;cursor:col-resize}.ui-rangeSlider-label-inner{position:absolute;top:100%;left:50%;display:block;z-index:99;border-left:10px solid transparent;border-right:10px solid transparent;margin-left:-10px;border-top:10px solid #888DA0}.ui-rangeSlider-disabled .ui-rangeSlider-label-inner{border-top-color:#b2bbd8}.ui-editRangeSlider-inputValue{width:2em;text-align:center;font-size:15px}.ui-rangeSlider .ui-ruler-scale{position:absolute;top:0;left:0;bottom:0;right:0}.ui-rangeSlider .ui-ruler-tick{float:left}.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-inner{color:#fff;margin-top:1px;border-left:1px solid #fff;height:29px;padding-left:2px;position:relative}.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-label{position:absolute;bottom:6px}.ui-rangeSlider .ui-ruler-scale1 .ui-ruler-tick-inner{border-left:1px solid #fff;margin-top:25px;height:5px}
|
||||
@@ -0,0 +1,251 @@
|
||||
/**
|
||||
* Theme for jQRangeSlider
|
||||
* Inspired by http://cssdeck.com/item/381/itunes-10-storage-bar
|
||||
* and http://cssdeck.com/item/276/pure-css-arrow-with-border-tooltip
|
||||
*/
|
||||
|
||||
.ui-rangeSlider{
|
||||
height: 30px;
|
||||
padding-top: 40px;
|
||||
}
|
||||
|
||||
.ui-rangeSlider,
|
||||
.ui-rangeSlider-container,
|
||||
.ui-rangeSlider-arrow{
|
||||
-webkit-box-sizing:content-box;
|
||||
-moz-box-sizing:content-box;
|
||||
box-sizing:content-box;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-withArrows .ui-rangeSlider-container{
|
||||
margin: 0 15px;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-withArrows .ui-rangeSlider-container,
|
||||
.ui-rangeSlider-noArrow .ui-rangeSlider-container,
|
||||
.ui-rangeSlider-arrow{
|
||||
-webkit-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.5);
|
||||
-moz-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.5);
|
||||
box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.ui-rangeSlider-disabled.ui-rangeSlider-withArrows .ui-rangeSlider-container,
|
||||
.ui-rangeSlider-disabled.ui-rangeSlider-noArrow .ui-rangeSlider-container,
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-arrow{
|
||||
-webkit-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.3);
|
||||
-moz-box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.3);
|
||||
box-shadow: inset 0px 4px 6px -2px RGBA(0,0,0,0.3);
|
||||
}
|
||||
|
||||
.ui-rangeSlider-noArrow .ui-rangeSlider-container{
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border-left: solid 1px #515862;
|
||||
border-right: solid 1px #515862;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-disabled.ui-rangeSlider-noArrow .ui-rangeSlider-container{
|
||||
border-color: #8490a3;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-container,
|
||||
.ui-rangeSlider-arrow{
|
||||
height: 30px;
|
||||
|
||||
border-top: solid 1px #232a32;
|
||||
border-bottom: solid 1px #6a7179;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-container,
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-arrow{
|
||||
border-top-color: #49576b;
|
||||
border-bottom-color: #9ca7b3;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-container,
|
||||
.ui-rangeSlider-arrow,
|
||||
.ui-rangeSlider-label{
|
||||
background: #67707F;
|
||||
background: -moz-linear-gradient(top, #67707F 0%, #888DA0 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67707F), color-stop(100%,#888DA0));
|
||||
}
|
||||
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-container,
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-arrow,
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-label{
|
||||
background: #95a4bd;
|
||||
background: -moz-linear-gradient(top, #95a4bd 0%, #b2bbd8 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95a4bd), color-stop(100%,#b2bbd8));
|
||||
}
|
||||
|
||||
.ui-rangeSlider-arrow{
|
||||
width:14px;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-leftArrow{
|
||||
border-radius:4px 0 0 4px;
|
||||
border-left: solid 1px #515862;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-leftArrow{
|
||||
border-left-color: #8792a2;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-rightArrow{
|
||||
border-radius:0 4px 4px 0;
|
||||
border-right: solid 1px #515862;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-rightArrow{
|
||||
border-right-color: #8792a2;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-arrow-inner{
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
border: 10px solid transparent;
|
||||
width:0;
|
||||
height:0;
|
||||
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner{
|
||||
border-right:10px solid #a4a8b7;
|
||||
left: 0;
|
||||
margin-left: -8px;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner{
|
||||
border-right:10px solid #b3b6c2;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner,
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner{
|
||||
border-right-color: #bbc0cf;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner{
|
||||
border-left:10px solid #a4a8b7;
|
||||
right: 0;
|
||||
margin-right: -8px;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner{
|
||||
border-left:10px solid #b3b6c2;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner,
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner{
|
||||
border-left-color: #bbc0cf;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-innerBar{
|
||||
width: 110%;
|
||||
height: 100%;
|
||||
left: -10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-bar{
|
||||
background: #68a1d6;
|
||||
height: 29px;
|
||||
margin:1px 0;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
cursor:move;
|
||||
cursor:grab;
|
||||
cursor: -moz-grab;
|
||||
|
||||
-webkit-box-shadow: inset 0 2px 6px RGBA(0,0,0,0.5);
|
||||
-moz-box-shadow: inset 0 2px 6px RGBA(0,0,0,0.5);
|
||||
box-shadow: inset 0 2px 6px RGBA(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-bar{
|
||||
background: #93aeca;
|
||||
|
||||
-webkit-box-shadow: inset 0 2px 6px RGBA(0,0,0,0.3);
|
||||
-moz-box-shadow: inset 0 2px 6px RGBA(0,0,0,0.3);
|
||||
box-shadow: inset 0 2px 6px RGBA(0,0,0,0.3);
|
||||
}
|
||||
|
||||
.ui-rangeSlider-handle{
|
||||
width:10px;
|
||||
height:30px;
|
||||
background: transparent;
|
||||
cursor:col-resize;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-label{
|
||||
padding: 5px 10px;
|
||||
bottom:40px;
|
||||
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
|
||||
-webkit-box-shadow: 0px 1px 0px #c2c5d6;
|
||||
-moz-box-shadow: 0px 1px 0px #c2c5d6;
|
||||
box-shadow: 0px 1px 0px #c2c5d6;
|
||||
|
||||
color:white;
|
||||
font-size:15px;
|
||||
|
||||
cursor:col-resize;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-label-inner{
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 50%;
|
||||
display: block;
|
||||
z-index:99;
|
||||
border-left: 10px solid transparent;
|
||||
border-right: 10px solid transparent;
|
||||
|
||||
margin-left: -10px;
|
||||
border-top: 10px solid #888DA0;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-label-inner{
|
||||
border-top-color: #b2bbd8;
|
||||
}
|
||||
|
||||
.ui-editRangeSlider-inputValue{
|
||||
width:2em;
|
||||
text-align:center;
|
||||
font-size:15px;
|
||||
}
|
||||
|
||||
.ui-rangeSlider .ui-ruler-scale{
|
||||
position:absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
bottom:0;
|
||||
right:0;
|
||||
}
|
||||
|
||||
.ui-rangeSlider .ui-ruler-tick {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-inner{
|
||||
color:white;
|
||||
margin-top:1px;
|
||||
border-left: 1px solid white;
|
||||
height:29px;
|
||||
padding-left:2px;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-label{
|
||||
position:absolute;
|
||||
bottom: 6px;
|
||||
}
|
||||
|
||||
.ui-rangeSlider .ui-ruler-scale1 .ui-ruler-tick-inner{
|
||||
border-left:1px solid white;
|
||||
margin-top: 25px;
|
||||
height: 5px;
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 9.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
@@ -0,0 +1,237 @@
|
||||
/**
|
||||
* Theme for jQRangeSlider
|
||||
* Inspired by http://cssdeck.com/item/381/itunes-10-storage-bar
|
||||
* and http://cssdeck.com/item/276/pure-css-arrow-with-border-tooltip
|
||||
*/
|
||||
|
||||
.ui-rangeSlider{
|
||||
height: 30px;
|
||||
padding-top: 40px;
|
||||
}
|
||||
|
||||
.ui-rangeSlider,
|
||||
.ui-rangeSlider-container,
|
||||
.ui-rangeSlider-arrow{
|
||||
-webkit-box-sizing:content-box;
|
||||
-moz-box-sizing:content-box;
|
||||
box-sizing:content-box;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-withArrows .ui-rangeSlider-container{
|
||||
margin: 0 15px;
|
||||
}
|
||||
|
||||
|
||||
.ui-rangeSlider-noArrow .ui-rangeSlider-container{
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border-left: solid 1px #515862;
|
||||
border-right: solid 1px #515862;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-disabled.ui-rangeSlider-noArrow .ui-rangeSlider-container{
|
||||
border-color: #8490a3;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-container,
|
||||
.ui-rangeSlider-arrow{
|
||||
height: 10px;
|
||||
border-top: solid 1px #232a32;
|
||||
border-bottom: solid 1px #6a7179;
|
||||
}
|
||||
|
||||
.range-ruler .ui-rangeSlider-container,
|
||||
.ui-rangeSlider-arrow{
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-container,
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-arrow{
|
||||
border-top-color: #49576b;
|
||||
border-bottom-color: #9ca7b3;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-container,
|
||||
.ui-rangeSlider-arrow,
|
||||
.ui-rangeSlider-label{
|
||||
background: #2B3647;
|
||||
border-radius:4px;
|
||||
padding-left:1px;
|
||||
padding-right:1px;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-container,
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-arrow,
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-label{
|
||||
background: #95a4bd;
|
||||
background: -moz-linear-gradient(top, #95a4bd 0%, #b2bbd8 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95a4bd), color-stop(100%,#b2bbd8));
|
||||
}
|
||||
|
||||
.ui-rangeSlider-arrow{
|
||||
width:14px;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-leftArrow{
|
||||
border-radius:4px 0 0 4px;
|
||||
border-left: solid 1px #515862;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-leftArrow{
|
||||
border-left-color: #8792a2;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-rightArrow{
|
||||
border-radius:0 4px 4px 0;
|
||||
border-right: solid 1px #515862;
|
||||
width: 15px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-rightArrow{
|
||||
border-right-color: #8792a2;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-arrow-inner{
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
border: 6px solid transparent;
|
||||
width:0;
|
||||
height:0;
|
||||
|
||||
margin-top: -6px;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner{
|
||||
border-right:10px solid #a4a8b7;
|
||||
left: 0;
|
||||
margin-left: -4px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner{
|
||||
border-right:10px solid #b3b6c2;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner,
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner{
|
||||
border-right-color: #bbc0cf;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner{
|
||||
border-left:10px solid #a4a8b7;
|
||||
right: 0;
|
||||
margin-right: -4px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner{
|
||||
border-left:10px solid #b3b6c2;
|
||||
|
||||
}
|
||||
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner,
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner{
|
||||
border-left-color: #bbc0cf;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-innerBar{
|
||||
width: 110%;
|
||||
height: 100%;
|
||||
left: -10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-bar{
|
||||
background: #00A2D9;
|
||||
height: 8px;
|
||||
margin:1px 0;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
cursor:move;
|
||||
cursor:grab;
|
||||
cursor: -moz-grab;
|
||||
}
|
||||
|
||||
.range-ruler .ui-rangeSlider-bar{
|
||||
height: 30px;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-bar{
|
||||
background: #93aeca;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-handle{
|
||||
width:10px;
|
||||
height:30px;
|
||||
background: transparent;
|
||||
cursor:col-resize;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-label{
|
||||
padding: 5px 10px;
|
||||
bottom:40px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
color:white;
|
||||
font-size:15px;
|
||||
cursor:col-resize;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-label-inner{
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 50%;
|
||||
display: block;
|
||||
z-index:99;
|
||||
border-left: 10px solid transparent;
|
||||
border-right: 10px solid transparent;
|
||||
|
||||
margin-left: -10px;
|
||||
border-top: 10px solid #2B3647;
|
||||
}
|
||||
|
||||
.ui-rangeSlider-disabled .ui-rangeSlider-label-inner{
|
||||
border-top-color: #b2bbd8;
|
||||
}
|
||||
|
||||
.ui-editRangeSlider-inputValue{
|
||||
width:2em;
|
||||
text-align:center;
|
||||
font-size:15px;
|
||||
}
|
||||
|
||||
.ui-rangeSlider .ui-ruler-scale{
|
||||
position:absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
bottom:0;
|
||||
right:0;
|
||||
}
|
||||
|
||||
.ui-rangeSlider .ui-ruler-tick {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-inner{
|
||||
color:white;
|
||||
margin-top:1px;
|
||||
border-left: 1px solid white;
|
||||
height:29px;
|
||||
padding-left:2px;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-label{
|
||||
position:absolute;
|
||||
bottom: 6px;
|
||||
}
|
||||
|
||||
.ui-rangeSlider .ui-ruler-scale1 .ui-ruler-tick-inner{
|
||||
border-left:1px solid white;
|
||||
margin-top: 25px;
|
||||
height: 5px;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
+2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,20 @@
|
||||
Copyright 2011, Brandon Aaron (http://brandonaaron.net/)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to
|
||||
the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
@@ -0,0 +1,12 @@
|
||||
/*! Copyright (c) 2011 Brandon Aaron (http://brandonaaron.net)
|
||||
* Licensed under the MIT License (LICENSE.txt).
|
||||
*
|
||||
* Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
|
||||
* Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
|
||||
* Thanks to: Seamus Leahy for adding deltaX and deltaY
|
||||
*
|
||||
* Version: 3.0.6
|
||||
*
|
||||
* Requires: 1.2.2+
|
||||
*/
|
||||
(function(a){function d(b){var c=b||window.event,d=[].slice.call(arguments,1),e=0,f=!0,g=0,h=0;return b=a.event.fix(c),b.type="mousewheel",c.wheelDelta&&(e=c.wheelDelta/120),c.detail&&(e=-c.detail/3),h=e,c.axis!==undefined&&c.axis===c.HORIZONTAL_AXIS&&(h=0,g=-1*e),c.wheelDeltaY!==undefined&&(h=c.wheelDeltaY/120),c.wheelDeltaX!==undefined&&(g=-1*c.wheelDeltaX/120),d.unshift(b,e,g,h),(a.event.dispatch||a.event.handle).apply(this,d)}var b=["DOMMouseScroll","mousewheel"];if(a.event.fixHooks)for(var c=b.length;c;)a.event.fixHooks[b[--c]]=a.event.mouseHooks;a.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=b.length;a;)this.addEventListener(b[--a],d,!1);else this.onmousewheel=d},teardown:function(){if(this.removeEventListener)for(var a=b.length;a;)this.removeEventListener(b[--a],d,!1);else this.onmousewheel=null}},a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery)
|
||||
Reference in New Issue
Block a user