Max Taxable The Wyatt Earp of Anti-Spam Jun 3, 2015 #3 I hunted around in my vB 4.2.2 stylevars for 20 minutes trying to find this, with no luck. #ozzy47 needs to chime in.
I hunted around in my vB 4.2.2 stylevars for 20 minutes trying to find this, with no luck. #ozzy47 needs to chime in.
R replicant New member Jun 5, 2015 #4 Just to get you started or at least in the general vicinity. You'll probably have to do lots of tweaking to get it to look right. The CKEditor styling is difficult. Some of it is set in javascript, some in stylevars. Code: .cke_skin_kama .cke_panel{ background:orange; } Last edited: Jun 5, 2015
Just to get you started or at least in the general vicinity. You'll probably have to do lots of tweaking to get it to look right. The CKEditor styling is difficult. Some of it is set in javascript, some in stylevars. Code: .cke_skin_kama .cke_panel{ background:orange; }
M MarkFL New member Jun 6, 2015 #5 I found I had to add the !important qualifier to get it to work on my local dev site: HTML: .cke_skin_kama .cke_panel{ background:orange !important; }
I found I had to add the !important qualifier to get it to work on my local dev site: HTML: .cke_skin_kama .cke_panel{ background:orange !important; }