This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

custom CSS circularslider
#1
How to change the internal background color in (.popover.control-circularslider)
Reply
#2
It's not possible to change it via CSS, but you can set it per-object in Objects tab -> Vis. parameters.
Reply
#3
Try this:
Code:
.popover.control-circularslider {
  background-color: #F0F;
}
Reply
#4
Don't work
Reply
#5
You have to add !important to background color property if you have "Usermode background color" set in Vis. configuration.
Code:
.popover.control-circularslider {
  background-color: #F0F !important;
}
Reply
#6
(03.11.2016, 09:16)admin Wrote: You have to add !important to background color property if you have "Usermode background color" set in Vis. configuration.
Code:
.popover.control-circularslider {
 background-color: #F0F !important;
}

Its OK!
Reply


Forum Jump: