Changed so input of account type is possible (like classes)
[fa-stable.git] / themes / aqua / default.css
index e9b4376337b0d31dfe7b569516e8e31ebd5d70ce..77b80f188d0cdfc11fc15fb907b8a89c36805f4e 100644 (file)
@@ -373,15 +373,18 @@ input.amount {
 
 .navibutton[disabled] {
   color:#808080;
-  cursor: auto;
+  cursor: inherit;
 }
+
 button.navibutton {
+       font-family: Verdana, Arial, Helvetica;
+       font-size: 11px;
        font-weight: bold;
    color:#000;
    padding: 0 3px;
    background-color:transparent;
    border-style:none;
-   text-decoration:underline;
+   /*text-decoration:underline;*/
    cursor: pointer;
 }