diff options
author | friendica <info@friendica.com> | 2015-02-20 00:14:43 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-20 00:14:43 -0800 |
commit | 7ae14a1bf9ffefb7905e4bb1599b4db2c6595b9b (patch) | |
tree | 89e9aa8cd0e99463feaa48d2d70e6700ddea5d19 /library/jRange/jquery.range.less | |
parent | 7926ed079a880a787cbff6d373438ee924810345 (diff) | |
download | volse-hubzilla-7ae14a1bf9ffefb7905e4bb1599b4db2c6595b9b.tar.gz volse-hubzilla-7ae14a1bf9ffefb7905e4bb1599b4db2c6595b9b.tar.bz2 volse-hubzilla-7ae14a1bf9ffefb7905e4bb1599b4db2c6595b9b.zip |
jrange update
Diffstat (limited to 'library/jRange/jquery.range.less')
-rw-r--r-- | library/jRange/jquery.range.less | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/library/jRange/jquery.range.less b/library/jRange/jquery.range.less index cb6e12288..4034bdd66 100644 --- a/library/jRange/jquery.range.less +++ b/library/jRange/jquery.range.less @@ -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; |