summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-11-27 16:40:52 -0500
committerMitch Jackson <mitch@freeside.biz>2018-11-27 16:40:52 -0500
commit4466b9790181b76b2955cf522562231228047054 (patch)
tree728e283db368ddff8f36245ec2de5ed17b44ab5d /httemplate/elements
parent28051580bf12b079a4631647a5c0defc7f55c9dc (diff)
RT# 81706 CSS Sub-Menu Fix for jQuery-ui upgrade
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/dropdown-menu.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/elements/dropdown-menu.html b/httemplate/elements/dropdown-menu.html
index 1ba4c00..8c99db0 100644
--- a/httemplate/elements/dropdown-menu.html
+++ b/httemplate/elements/dropdown-menu.html
@@ -5,6 +5,12 @@
border: none;
}
+#<% $opt{id} %> .ui-state-active {
+ color: inherit;
+ background-color: transparent;
+ border-color: transparent;
+}
+
#<% $opt{id} %> li {
float: left;
padding: .25em;