Hiding voided transactions.
[fa-stable.git] / themes / aqua / default.css
index e9b4376337b0d31dfe7b569516e8e31ebd5d70ce..e7693f2cdee729e33027106b814ce6fde5292ca5 100644 (file)
@@ -373,29 +373,28 @@ 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;
 }
 
 .navibar {
+       color: #000;
     padding: 0 3px;
        border: 1px solid #8cacbb;
     border-collapse: collapse;
     background-color: #d5cea7;
 }
-table.navibar td {
-       color: #000;
-       border: 0px none;
-}
-
 
 .listsubmit {
     display: none;