Changed structure of tag_association table
[fa-stable.git] / themes / aqua / default.css
index 82d778eed70fde5c0beac5a34825e313196cc9cd..e5898c47506e580bd9dd2d6c939c6c51f2d14671 100644 (file)
@@ -80,6 +80,10 @@ a:hover, a:focus {
        text-decoration: underline;
 }
 
+.inactive {
+       color: gray;
+}
+
 button {
        font-size: 11px;
        border: 1px #0066cc solid;
@@ -229,6 +233,11 @@ div.tabs a:hover {
        border: 1px solid #8cacbb;
 }
 
+#hotkeyshelp {
+       text-align: right;
+       font-weight: bolder;
+}
+
 #footer {
        position: relative;
        bottom: -3px;
@@ -351,14 +360,10 @@ div.tabs a:hover {
 }
 
 .tablestyle {
-       padding: 3px;
-       border: 1px solid #8cacbb;
        border-collapse: collapse;
 }
 
 .tablestyle2 {
-       padding: 0 3px;
-       border: 1px solid #ccc;
        border-collapse: collapse;
 }
 .tablestyle_noborder {