From 6f4f96348ca50c00b6455ba95c7f82ce04fae602 Mon Sep 17 00:00:00 2001 From: Sebastian Riedel Date: Wed, 13 Oct 2004 20:49:37 +0000 Subject: [PATCH] fixed submit buttons git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@228 48953598-375a-da11-a14b-00016c27c3ee --- templates/maypole.css | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.39.2