O orhanorak Member Sep 13, 2022 #1 Hi there; I'm trying to change the border color of checkbox in my custom dark style. How can i change it ? Can I change it via CSS? thanks for replies in advance
Hi there; I'm trying to change the border color of checkbox in my custom dark style. How can i change it ? Can I change it via CSS? thanks for replies in advance
TPerry Well-known member Sep 16, 2022 #2 See if this will change it in your EXTRA.less This would make it red if it works.. you should be able to then edit the color to what you want. CSS: label.iconic i { color: #751e1e; } Upvote 0 Downvote
See if this will change it in your EXTRA.less This would make it red if it works.. you should be able to then edit the color to what you want. CSS: label.iconic i { color: #751e1e; }