Jump to content

CSS for 'ON' button state in CKE


Rimi

Recommended Posts

Hello.

I am currently skinning the editor. Ignoring the fact that I can't change the color of the textarea...

I would like to change the color of the 'on' state of buttons. For example left align, center align, right align. When these are selected I would like to change their color in the ACP editor. We can already change their hover


/* HOVER 'on' button */

.cke_skin_ips .cke_button a:hover.cke_on,

.cke_skin_ips .cke_button a:focus.cke_on,

.cke_skin_ips .cke_button a:active.cke_on /* IE */

{

background-color: #86caff !important;

}



So why not the state?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...