RT# 81706 CSS arrow placement Fix for jQuery-ui upgrade
authorMitch Jackson <mitch@freeside.biz>
Wed, 28 Nov 2018 02:55:40 +0000 (21:55 -0500)
committerMitch Jackson <mitch@freeside.biz>
Wed, 28 Nov 2018 02:56:17 +0000 (21:56 -0500)
httemplate/elements/dropdown-menu.html

index 8c99db0..54447a2 100644 (file)
   margin-top:4px;
 }
 
-/* Firefox hack */
+/* Firefox hack
 @-moz-document url-prefix() {
   #<% $opt{id} %> a .arrow {
     margin-top:-.8em;
   }
 }
+*/
 
 </style>