diff options
author | Mitch Jackson <mitch@freeside.biz> | 2018-11-27 21:55:40 -0500 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2018-11-27 21:56:17 -0500 |
commit | 344dd31b37e51cb0caaaf7aae87b470f00750160 (patch) | |
tree | 583d6071a91aa1c8ba8bc91eb83dd4f3d2a054b0 | |
parent | 219c811aa5ee634bb17e1fa19a2d75351949b8d4 (diff) |
RT# 81706 CSS arrow placement Fix for jQuery-ui upgrade
-rw-r--r-- | httemplate/elements/dropdown-menu.html | 3 |
1 files changed, 2 insertions, 1 deletions
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; } } +*/ </style> |