jrange update

This commit is contained in:
friendica
2015-02-20 00:14:43 -08:00
parent 7926ed079a
commit 7ae14a1bf9
9 changed files with 2131 additions and 113 deletions

View File

@@ -70,7 +70,7 @@
width: 10px;
height: 10px;
background-color: red;
cursor: move;
cursor: col-resize;
opacity: 1;
z-index: 2;
&.last-active{
@@ -115,6 +115,11 @@
line-height: 1;
}
}
&.slider-readonly{
.clickable-dummy, .pointer {
cursor: auto;
}
}
}
.theme-green {
.back-bar {
@@ -136,7 +141,6 @@
border-radius: 10px;
border: 1px solid #AAA;
#gradient > .vertical(#eeeeee, #dddddd);
cursor: col-resize;
}
.pointer-label {
color: #999;
@@ -175,7 +179,6 @@
border-radius: 10px;
border: 1px solid #AAA;
#gradient > .vertical(#eeeeee, #dddddd);
cursor: col-resize;
}
.pointer-label {
color: #999;