Search found 1 match

by mark77777
Friday 22 June 2018 8:39
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 613618

Re: Dashticz - General Discussions

Does anyone know how to use css to modify a drop-down selector switch?
I've found these instructions for when they're set to buttons:

label.btn.btn-default.active {
background-color: rgba(255,69,0,0.8);
border-color: rgba(0,0,0,1);
}

..but I'd like to be able to change it when its set to a drop ...