]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/maypole.css
i promise this is the last small design fix today
[maypole.git] / templates / maypole.css
index 1ca27f71aa26cb61b66403e86a5fc9aebac6ed55..c9728ce8cf96f1f2791aac6c1a7050609826c5f2 100644 (file)
@@ -95,6 +95,11 @@ input[type=submit] {
     margin-bottom: 5px;
 }
 
+input:hover[type=submit] {
+    color: #fff;
+    background-color: #7d95b5;
+}
+
 textarea {
     width: 136px;
     font-family: sans-serif;
@@ -160,6 +165,11 @@ table {
     font: bold 12px Verdana, sans-serif;
 }
 
+#matrix th#actionth {
+    width: 1px; 
+    padding: 0em 1em 0em 1em;
+}
+
 #matrix tr.alternate { background-color:#e3eaf0; }
 #matrix tr:hover { background-color: #b5cadc; }
 #matrix td { font: 12px Verdana, sans-serif; }
@@ -281,7 +291,11 @@ label .field {
 
 .error { color: #d00; }
 
-.action { 
+.actions {
+    background-color: #fff;
+}
+
+.action {
     border: 1px outset #7d95b5;
     style:block;
 }
@@ -327,7 +341,7 @@ label .field {
 
 .pager a:hover {
     color: #fff;
-    background: #b5cadc;
+    background: #7d95b5;
     border-color: #036;
     text-decoration: none;
 }