1 Reply Latest reply on Jul 10, 2009 6:27 PM by ilya_shaikovsky

    Overiding CSS

    oyesiji77

      I defined my own class in a CSS file giving it the same name as the one defined in rich.css, yet when i look at the page , my component rich:scrollableData seems to still pick from the rich.css, Please what am i doing wrong

      rich.css
      
      .rich-sdt {
      border:1px groove #003D7D;
      }
      
      My.css
      
      .rich-sdt {
      border:4px groove #003D7D;
      }