From 78c862eec656bedf0fe96a1b2d5fe918b6f14daa Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 14 Dec 2007 10:34:01 +0000 Subject: [PATCH] Fix: Style butActionRefused incomplet --- htdocs/theme/auguria/auguria.css.php | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/htdocs/theme/auguria/auguria.css.php b/htdocs/theme/auguria/auguria.css.php index 8ccd3490e49..d7fc6631db1 100644 --- a/htdocs/theme/auguria/auguria.css.php +++ b/htdocs/theme/auguria/auguria.css.php @@ -668,7 +668,7 @@ a.butAction:hover { text-decoration: none; white-space: nowrap; } -a.butActionRefuse { +a.butActionRefused { font-weight: bold; background: white; border: 1px solid red; @@ -676,12 +676,9 @@ a.butActionRefuse { padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; - white-space: nowrap; } - -a.butActionRefuse:hover { - font-weight: bold; - background: #dee7ec; } - + white-space: nowrap; + cursor: not-allowed; + } a.butActionDelete { font-weight: bold;