From: Sebastian Riedel <sri@labs.kraih.com>
Date: Wed, 13 Oct 2004 20:49:37 +0000 (+0000)
Subject: fixed submit buttons
X-Git-Tag: 2.10~134
X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=6f4f96348ca50c00b6455ba95c7f82ce04fae602;p=maypole.git

fixed submit buttons


git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@228 48953598-375a-da11-a14b-00016c27c3ee
---

diff --git a/templates/maypole.css b/templates/maypole.css
index 1ca27f7..61a247e 100644
--- a/templates/maypole.css
+++ b/templates/maypole.css
@@ -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;