03.11.2016, 09:16
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;
}