0 Replies Latest reply on Jun 15, 2008 3:38 AM by doubleoverheadzone

    generall css setup and richfaces components

    doubleoverheadzone

      hello,

      in my project i disabled some css default settings like

      table {
       border: 0px;
       border-collapse: collapse;
      }
      
      
      td,th {
       border: 0px;
       padding: 0px;
       margin: 0px;
      }
      

      for easier layouting ...

      but the richfaces tabPanel (and maybe some other too) is build up on this default settings. so if i disable the defaults some ugly effects will happen.

      is there any possibility to change the skinning file "tabPannel.xcss".

      please help - i have no plan