X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fdropdown-menu.html;h=c8e996133208a4e3a10bb44658d4edf5c80e3cec;hb=b7d4aaee22ceda078bbfcca47038eb0bf4230a1c;hp=54447a23feced214dc63f119adca289555f32e30;hpb=344dd31b37e51cb0caaaf7aae87b470f00750160;p=freeside.git diff --git a/httemplate/elements/dropdown-menu.html b/httemplate/elements/dropdown-menu.html index 54447a23f..c8e996133 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; @@ -87,17 +92,9 @@ background-image: url("<% $p %>images/arrow.right.black.png"); width: 3px; height: 6px; - margin-top:4px; + margin-top:5px; } -/* Firefox hack -@-moz-document url-prefix() { - #<% $opt{id} %> a .arrow { - margin-top:-.8em; - } -} -*/ -