changing the default.css style sheets to handle the new navibar/buttons
[fa-stable.git] / themes / aqua / default.css
index d0d87e99a7e5ccbf2a321d39f3f0081140a0cdc7..e9b4376337b0d31dfe7b569516e8e31ebd5d70ce 100644 (file)
@@ -57,7 +57,7 @@ a {
 }
 
 a:link {
-       color: #00000bb;
+       color: #0000bb;
        text-decoration: none;
 }
 
@@ -375,9 +375,10 @@ input.amount {
   color:#808080;
   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;
@@ -385,10 +386,14 @@ input.amount {
 }
 
 .navibar {
-    padding: 3px;
-    border: 1px solid #cccccc;
+    padding: 3px;
+       border: 1px solid #8cacbb;
     border-collapse: collapse;
-    background-color: #dee7ec;
+    background-color: #d5cea7;
+}
+table.navibar td {
+       color: #000;
+       border: 0px none;
 }