X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Fmaypole.css;h=7171616b68b9855098df23cdcb250b7ad4789b08;hb=5789e96979492b0755c18158a9dcb7e12aee5895;hp=1ca27f71aa26cb61b66403e86a5fc9aebac6ed55;hpb=24605421b126b59254ed28a0bb94da55e7e84f59;p=maypole.git diff --git a/templates/maypole.css b/templates/maypole.css index 1ca27f7..7171616 100644 --- a/templates/maypole.css +++ b/templates/maypole.css @@ -90,11 +90,15 @@ input[type=submit] { font-size: 11px; border: 1px outset; background-color: #fff; - color: #2E415A; padding: 0px 0px 2px 0px; margin-bottom: 5px; } +input:hover[type=submit] { + color: #fff; + background-color: #7d95b5; +} + textarea { width: 136px; font-family: sans-serif; @@ -160,6 +164,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 +290,11 @@ label .field { .error { color: #d00; } -.action { +.actions { + background-color: #fff; +} + +.action { border: 1px outset #7d95b5; style:block; } @@ -327,7 +340,7 @@ label .field { .pager a:hover { color: #fff; - background: #b5cadc; + background: #7d95b5; border-color: #036; text-decoration: none; }