Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Overriding style of inner component

    Hi

    How to change styling of inner component. Like I'm trying to do this for tabs, where tabSetContainer is the container component. I want to set the border size to 0px of the inner component.


    .tabSetContainer {
    font-family:Arial,Verdana,sans-serif; font-size:11px;
    color:#D9D9D9;
    border: 1px solid #C0C3C7;
    background-color:#FFFFFF;
    border-width: 0px;
    }

    If I change this in skin_styles.css , it's reflecting , but I want to keep all the modified styles in different css file. Please suggest me .

    -raghu
Working...
X