From: Mitch Jackson Date: Sat, 30 Mar 2019 19:00:03 +0000 (-0400) Subject: RT# 81706 CSS arrow placement fix for Mozilla X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=0fa8dce1fee830dcf0357ed6b006d64a936ac718;p=freeside.git RT# 81706 CSS arrow placement fix for Mozilla --- diff --git a/httemplate/elements/dropdown-menu.html b/httemplate/elements/dropdown-menu.html index 3c0f40f75..c8e996133 100644 --- a/httemplate/elements/dropdown-menu.html +++ b/httemplate/elements/dropdown-menu.html @@ -92,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; - } -} -*/ -