diff options
| author | Mitch Jackson <mitch@freeside.biz> | 2018-12-09 17:55:34 -0500 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2018-12-09 17:55:34 -0500 |
| commit | a95e1f0542a30fab77a20f7cde0216c00af4d760 (patch) | |
| tree | 561cef155adfbda21c2e75cb2eb9c376b94da462 | |
| parent | 889c731e26608ffca1582fe57657e35711fd18b8 (diff) | |
RT# 81706 Fix for transparent customer menu tabs
| -rw-r--r-- | httemplate/elements/dropdown-menu.html | 5 |
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; |
