templates/dynatree/jquery.ui/dynatree.xp.scss in compass-jquery-plugin-0.3.0.beta.2 vs templates/dynatree/jquery.ui/dynatree.xp.scss in compass-jquery-plugin-0.3.0.beta.4

- old
+ new

@@ -212,23 +212,22 @@ /* Otherwise italic font will be outside bounds */ /* line-height: 16px; /* should be the same as img height, in case 16 px */ font-weight: bold; } } div.ui-dynatree-container a:focus { - background-color: #efebde; + background-color: #EFEBDE; /* gray */ } span { &.ui-dynatree-focused a:link { - background-color: #efebde; + background-color: #EFEBDE; /* gray */ } - &.ui-dynatree-has-children a, &.ui-dynatree-expanded a { - } + &.ui-dynatree-has-children a, &.ui-dynatree-expanded a {} &.ui-dynatree-selected a { color: green; font-style: italic; } &.ui-dynatree-active a { - background-color: #3169c6 !important; + background-color: #3169C6 !important; color: white !important; /* @ IE6 */ } &.custom1 a { background-color: maroon; color: yellow; } }