diff options
-rw-r--r-- | httemplate/elements/dropdown-menu.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/elements/dropdown-menu.html b/httemplate/elements/dropdown-menu.html index 1ba4c00cc..8c99db07f 100644 --- a/httemplate/elements/dropdown-menu.html +++ b/httemplate/elements/dropdown-menu.html @@ -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; |