X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Felements%2Fdropdown-menu.html;h=3c0f40f7572f4a1fad8e6ec768e916a743d931a2;hb=b944b927f03a8b7d8c8978e6adb1ae0251d1295f;hp=1ba4c00cc134033cc0be0232bb410ccfc2740291;hpb=a231523f3b7a2b0ed8bfdf10df7c3c3cbdc0028a;p=freeside.git diff --git a/httemplate/elements/dropdown-menu.html b/httemplate/elements/dropdown-menu.html index 1ba4c00cc..3c0f40f75 100644 --- a/httemplate/elements/dropdown-menu.html +++ b/httemplate/elements/dropdown-menu.html @@ -5,6 +5,17 @@ border: none; } +% if ( $opt{id} !~ /customer_/ ) { +% # Fix for changes to how jQuery UI applies state classes + +#<% $opt{id} %> .ui-state-active { + color: inherit; + background-color: transparent; + border-color: transparent; +} + +% } + #<% $opt{id} %> li { float: left; padding: .25em; @@ -84,12 +95,13 @@ margin-top:4px; } -/* Firefox hack */ +/* Firefox hack @-moz-document url-prefix() { #<% $opt{id} %> a .arrow { margin-top:-.8em; } } +*/