diff options
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f600f5272..1d191b4a7 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3526,6 +3526,7 @@ div.jGrowl div.info { } + .jslider .jslider-scale ins { color: #333; font-size: 12px; @@ -3533,10 +3534,13 @@ div.jGrowl div.info { text-align: center; } +/* +Leave this here for now just in case, but this is what's breaking the slider + .jslider .jslider-bg, .jslider .jslider-pointer { background: url("../img/slider.png") !important; -} +}*/ .slider { margin-top: 10px; |