From 4ace85cb53c3738ba1fe01eadc6b8a1d64a57c1c Mon Sep 17 00:00:00 2001 From: carmie Date: Wed, 18 Aug 2010 15:22:47 +0000 Subject: [PATCH] git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/trunk@4445 92316355-f0b4-4df1-b90c-862c8a59935f --- trac/htdocs/libcaca.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/trac/htdocs/libcaca.css b/trac/htdocs/libcaca.css index 8d73f0b..9883b2a 100644 --- a/trac/htdocs/libcaca.css +++ b/trac/htdocs/libcaca.css @@ -234,15 +234,19 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove color: #fff; } .buttons input[type="button"], .buttons input[type="submit"], .buttons input[type="reset"] { - background: #fff; - color: #674e4e; - border: 1px solid #2C1F1C; + background: #2C1F1C url(bouton.png) no-repeat center top; + color: #fff; + border: 0; -moz-border-radius: 4px; + padding-top: 21px; + min-width:100px; } .buttons input[type="button"]:hover, .buttons input[type="submit"]:hover, .buttons input[type="reset"]:hover { - background: #fff; - border: 1px solid #674e4e; + background: #fff url(boutonhover.png) no-repeat center top; + border: 0; color: #2C1F1C; + padding-top: 21px; + min-width:100px; } input[type="text"], input.textwidget, textarea {