Searched refs:specificity (Results 1 – 16 of 16) sorted by relevance
12 // Reset utility classes due to specificity
149 .border-radius(15px); // redeclare because of specificity of the type attribute234 float: right; // redeclare due to specificity
555 .border-radius(0); // Override due to specificity
176 /* duplicate standard DW styles with increased specificity to counter some sidebar styles */
132 .ui-layout-resizer-hover .ui-layout-toggler-hover { /* need specificity when IS resizable */
213 /* compensate submenus, using !important to increase specificity for osx/msn */
61 body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
193 a.button, /* extra specificity to override a */
6909 }}}CSSRuleMap[rid]={styleSheetId:ssid,styleSheetIndex:i,order:++globalCSSRuleIndex,specificity:sele… property6970 }}}rule.specificity=maxSpecificity6976 var specificityA=ruleA.specificity;6977 var specificityB=ruleB.specificity;6984 if(ruleA.specificity==ruleB.specificity){return ruleA.order>ruleB.order?1:-1
1 …specificity issues in many other styles that are too complex to fix.\n// See https://github.com/tw…
1 …specificity\n// issues with parents and chaining. Only do this when the navbar is uncollapsed\n// …