summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-11-27 21:55:40 -0500
committerMitch Jackson <mitch@freeside.biz>2018-11-27 21:57:29 -0500
commit71cc0d5b3e5e878e23a971cb2b1836d6ddd28e0e (patch)
treebbe2504ae56d014bdc01926b4343ba1106d2585e /httemplate
parent364129ee69a426f50afe090a4ceb8bf3403866d5 (diff)
RT# 81706 CSS arrow placement Fix for jQuery-ui upgrade
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/dropdown-menu.html3
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>