1 Reply Latest reply on Mar 10, 2009 11:02 AM by ilya_shaikovsky

    Rich:editor

    aboocs01

      hi im using this style class for rich:editor

      .richfacesSkin .mceMenu{
      background-color: #EA7527;
      border-color:#EA7527;
      background-image:url(../images/table-header-bg.jpg);
      }

      .richfacesSkin .mceToolbar
      {
      background-color: #EA7527;
      background-image:url(../images/table-header-bg.jpg);
      }

      .richfacesSkin table.mceToolbar{
      background-color: #EA7527;
      background-image:url(../images/table-header-bg.jpg);
      }

      .richfacesSkin .mceIframeContainer{
      background: #EA7527;
      }


      .richfacesSkin .mceButton {
      background-color: #EA7527;
      background-image:url(../images/table-header-bg.jpg);
      border: 1px solid red;
      }



      these customization is not happening in text editor.... please tell what is problem....


      <rich:editor width="452" height="140" value="#{OffersSetup.icOffer.description}" useSeamText="true"/>




      why this component is not taking my stylesheet changes....