From 162986149362a3fa9effacdf662d5c9e7888f93f Mon Sep 17 00:00:00 2001 From: carmie Date: Wed, 18 Aug 2010 21:21:40 +0000 Subject: [PATCH] git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/trunk@4521 92316355-f0b4-4df1-b90c-862c8a59935f --- trac/htdocs/libcaca.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trac/htdocs/libcaca.css b/trac/htdocs/libcaca.css index 92c6e29..dc900a0 100644 --- a/trac/htdocs/libcaca.css +++ b/trac/htdocs/libcaca.css @@ -253,7 +253,7 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove border: 1px solid #674e4e; color: #fff; } -.buttons input[type="button"], .buttons input[type="submit"], .buttons input[type="reset"] { +#attachments input[type="button"], #attachments input[type="submit"], #attachments input[type="reset"], .buttons input[type="button"], .buttons input[type="submit"], .buttons input[type="reset"] { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; @@ -264,7 +264,7 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove padding-top: 90px; width:148px; } -.buttons input[type="button"]:hover, .buttons input[type="submit"]:hover, .buttons input[type="reset"]:hover, .buttons input[type="button"]:active, .buttons input[type="submit"]:active, .buttons input[type="reset"]:active { +#attachments input[type="button"]:hover, #attachments input[type="submit"]:hover, #attachments input[type="reset"]:hover, .buttons input[type="button"]:hover, .buttons input[type="submit"]:hover, .buttons input[type="reset"]:hover, .buttons input[type="button"]:active, .buttons input[type="submit"]:active, .buttons input[type="reset"]:active { background: #2C1F1C url(boutonhover.png) no-repeat center top; border: 0; border-bottom: 1px solid #674e4e;