RT# 81706 Fix for transparent customer menu tabs
authorMitch Jackson <mitch@freeside.biz>
Sun, 9 Dec 2018 22:53:20 +0000 (17:53 -0500)
committerMitch Jackson <mitch@freeside.biz>
Sun, 9 Dec 2018 22:56:33 +0000 (17:56 -0500)
httemplate/elements/dropdown-menu.html

index 54447a2..3c0f40f 100644 (file)
@@ -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;