Quote:
Originally Posted by Sarteck
@EquinoxWorld, Thanks, I wish it did.... But it seems to not be the case. :< Not for me, anyways.
FireBug does tell me that the background-color: blue !important; property IS applied, but it doesn't seem to change anything.
This is the CSS that it usually has:
Code:
.cke_skin_kama .cke_toolgroup {
display: block;
height: 22px;
}
.cke_skin_kama .cke_toolgroup {
-moz-border-radius: 5px 5px 5px 5px;
background-image: url("images/sprites.png");
background-position: 0 -500px;
background-repeat: repeat-x;
display: inline;
float: left;
margin-bottom: 5px;
margin-right: 6px;
padding: 2px;
}
(Of course, the background-position: changes with whichever sprite it's loading.)
I did try changing this before, too, but I figured maybe I made a mistake, so I tried again. XD I didn't have any lick.
EDIT: Whoops... I was wrong! I didn't have a space before the !important bit. O_O
It works now, thanks!
|
I just tried it myself. It worked just edit the css file itself. Download the file from your server at clientscript/ckeditor/skins/kama/toolbar.css and just add:
background-color: #xxxxxx;
to:
.cke_skin_kama .cke_toolgroup
{