From 344dd31b37e51cb0caaaf7aae87b470f00750160 Mon Sep 17 00:00:00 2001 From: Mitch Jackson Date: Tue, 27 Nov 2018 21:55:40 -0500 Subject: [PATCH] RT# 81706 CSS arrow placement Fix for jQuery-ui upgrade --- httemplate/elements/dropdown-menu.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/httemplate/elements/dropdown-menu.html b/httemplate/elements/dropdown-menu.html index 8c99db07f..54447a23f 100644 --- a/httemplate/elements/dropdown-menu.html +++ b/httemplate/elements/dropdown-menu.html @@ -90,12 +90,13 @@ margin-top:4px; } -/* Firefox hack */ +/* Firefox hack @-moz-document url-prefix() { #<% $opt{id} %> a .arrow { margin-top:-.8em; } } +*/ -- 2.11.0