summaryrefslogtreecommitdiff
path: root/httemplate/elements/dropdown-menu.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2019-01-01 10:48:43 -0800
committerIvan Kohler <ivan@freeside.biz>2019-01-01 10:48:43 -0800
commit6b0c4f9f90b299dabe3e946ad8ea00ca94efa7de (patch)
treeed36652ab715f07705f3340c3481b9b25e66a453 /httemplate/elements/dropdown-menu.html
parent70e755503b3cb5d921c90caf1a6e513301200355 (diff)
parent0ec0b91b7c383d626dd75b0c2b2d3969e5bdcbc7 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/elements/dropdown-menu.html')
-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 54447a23f..3c0f40f75 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;