menu link, RT#81809
[freeside.git] / httemplate / elements / dropdown-menu.html
index 1ba4c00..54447a2 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;
   margin-top:4px;
 }
 
-/* Firefox hack */
+/* Firefox hack
 @-moz-document url-prefix() {
   #<% $opt{id} %> a .arrow {
     margin-top:-.8em;
   }
 }
+*/
 
 </style>