hi,
another problem with ClientBundle ... I have basic css, in which i have if 
statement for IE8- ..
@if user.agent ie6 ie8 {
    @sprite .gwt-TabBarItem .tabMiddleCenterInner {
        gwt-image: "tab";
        background-position: right top;
        width: auto;
        margin-left: 8px;
        overflow: visible;
        display: block;
        color: #888;
    }
}

when I try to extend this css with another CSS, I am not able to remove 
this background image...
@if user.agent ie6 ie8 {
    .gwt-TabBarItem .tabMiddleCenterInner {
        background: #fff;
    }
}

and extending is working, because other differences are visible. any help 
would be appreciate.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/ZCbamMl8_WsJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to