summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-12-09 17:53:20 -0500
committerMitch Jackson <mitch@freeside.biz>2018-12-09 17:56:33 -0500
commit5f6b143801578ebcc30b97fba1b047f80fa232fe (patch)
treedbbb282fc1008c10981b4bf4019eb51eb0db2c94
parentf4a0aa6fc746ba02dd021ece8f46b2ca4e001cc4 (diff)
RT# 81706 Fix for transparent customer menu tabs
-rw-r--r--httemplate/elements/dropdown-menu.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/elements/dropdown-menu.html b/httemplate/elements/dropdown-menu.html
index 54447a2..3c0f40f 100644
--- a/httemplate/elements/dropdown-menu.html
+++ b/httemplate/elements/dropdown-menu.html
@@ -5,12 +5,17 @@
border: none;
}
+% if ( $opt{id} !~ /customer_/ ) {
+% # Fix for changes to how jQuery UI applies state classes
+
#<% $opt{id} %> .ui-state-active {
color: inherit;
background-color: transparent;
border-color: transparent;
}
+% }
+
#<% $opt{id} %> li {
float: left;
padding: .25em;