3 Replies Latest reply on May 25, 2011 6:40 AM by nadia.ouakour.nadia.iga.gmail.com

    Remove glassX and use only own css definitions

    bemar

      Hello,


      I've started a project with seam-gen in glassX layout.
      Now I've started to add my own design and modify theme.css.


      In some cases (in example simpleTogglePanel) I've defined the border solid 1px black.
      But now I can see a black line and light blue line with the glassX color. So it seems my and the glassX definition will be applied to the panel.


      How can I remove all predefined seam-gen css specifications from my project and use only my own css files?


      Here are my css definitions in every rendered html file:



      <link class="component" href="/myProject/a4j/s/3_3_1.GA/org/richfaces/skin.xcss/DATB/eAGTcz60MXT5DGkAD2IDhA__" rel="stylesheet" type="text/css" />
      <link class="component" href="/myProject/a4j/s/3_3_1.GAMETA-INF/skins/glassX.xcss/DATB/eAGTcz60MXT5DGkAD2IDhA__" rel="stylesheet" type="text/css" />
      <link class="component" href="/myProject/a4j/s/3_3_1.GAMETA-INF/skins/glassXExt.xcss/DATB/eAGTcz60MXT5DGkAD2IDhA__" media="rich-extended-skinning" rel="stylesheet" type="text/css" />
      <script type="text/javascript">window.RICH_FACES_EXTENDED_SKINNING_ON=true;</script><link class="user" href="/myProject/a4j/s/3_3_1.GAstylesheet/theme.xcss/DATB/eAGTcz60MXT5DGkAD2IDhA__" rel="stylesheet" type="text/css" />
      <link class="user" href="/myProject/stylesheet/theme.css" rel="stylesheet" type="text/css" /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      



      Thank you for your help


      Regards


      Ben