changing the default.css style sheets to handle the new navibar/buttons
[fa-stable.git] / themes / default / default.css
index c89c6638576a017a6c589966d869a42a221aa7ad..b423451501f5fd4afe283b23d367e1f957896715 100644 (file)
@@ -376,9 +376,10 @@ input.amount {
   cursor: auto;
 }
 
-.navibutton {
-   color:#0000FF;
-   padding: 3px;
+button.navibutton {
+       font-weight: bold;
+   color:#000;
+   padding: 0 3px;
    background-color:transparent;
    border-style:none;
    text-decoration:underline;
@@ -386,13 +387,14 @@ input.amount {
 }
 
 .navibar {
-    padding: 3px;
+    padding: 3px;
     border: 1px solid #8cacbb;
     border-collapse: collapse;
     background-color: #dee7ec;
 }
 
 table.navibar td {
+       color: #000
     border: 0px none;
 }