900ranae843sebold489
New Member
I have this line of CSS from the Twitter Bootstrap, \[code\].icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{ background-image:url("http://cdn.mydomain.com/static/img/glyphicons-halflings-white.png");}\[/code\]How would I go about making that not apply to \[code\].dropdown-menu>li.disabled>a\[/code\], if the disabled class is present on the li I want it to ignore/not apply that CSS. Is this easily possible?