2 Replies Latest reply on May 27, 2009 10:20 PM by quaidbrown

    styling a specific richEditor

      I'm trying to get rid of the border around the rich:editor and am having a hard time.

      I defined a style like this:

      .richfacesSkin .mceIframeContainer{
       border:2px solid yellow;
      }


      But it just puts a border around the preexisting green border. I made it green by defining my own skin file and specifying its use with:

      <context-param>
       <param-name>org.richfaces.SKIN</param-name>
       <param-value>mySkin</param-value>
       </context-param>


      Anyway, how do I override this border just for a specific editor if using a specific style doesn't work? I also defined a styleClass and tried to set the border, but it puts a border around the whole thing.

      Any help is appreciated.