RT# 81706 CSS Sub-Menu Fix for jQuery-ui upgrade
authorMitch Jackson <mitch@freeside.biz>
Tue, 27 Nov 2018 21:40:52 +0000 (16:40 -0500)
committerMitch Jackson <mitch@freeside.biz>
Tue, 27 Nov 2018 21:40:52 +0000 (16:40 -0500)
httemplate/elements/dropdown-menu.html

index 1ba4c00..8c99db0 100644 (file)
@@ -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;