X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fdropdown-menu.html;h=3c0f40f7572f4a1fad8e6ec768e916a743d931a2;hb=a495aa8d41e752490fff8d61aa190601c51a2cb1;hp=8c99db07ff9b3e6a9cce9d000828713762bb2524;hpb=219c811aa5ee634bb17e1fa19a2d75351949b8d4;p=freeside.git diff --git a/httemplate/elements/dropdown-menu.html b/httemplate/elements/dropdown-menu.html index 8c99db07f..3c0f40f75 100644 --- a/httemplate/elements/dropdown-menu.html +++ b/httemplate/elements/dropdown-menu.html @@ -5,12 +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; @@ -90,12 +95,13 @@ margin-top:4px; } -/* Firefox hack */ +/* Firefox hack @-moz-document url-prefix() { #<% $opt{id} %> a .arrow { margin-top:-.8em; } } +*/