From ee7e13e4a18f7a3f3d2dcc37f0fc8fcfcef4e962 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 24 May 2011 20:19:56 +0000 Subject: [PATCH] Fix style --- htdocs/theme/auguria/style.css.php | 4 ++-- htdocs/theme/freelug/style.css.php | 4 ++++ htdocs/theme/yellow/style.css.php | 3 +++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 760ca902aff..a643299e2ee 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -976,11 +976,11 @@ span.tabspan { } .butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active { - border: 1px solid #997777; + border: 1px solid #997777; } .butActionDelete:hover { - background: #FFe7ec; + background: #FFe7ec; } .butActionRefused { diff --git a/htdocs/theme/freelug/style.css.php b/htdocs/theme/freelug/style.css.php index c607a925fa3..f2656d35efa 100644 --- a/htdocs/theme/freelug/style.css.php +++ b/htdocs/theme/freelug/style.css.php @@ -811,6 +811,10 @@ a.butActionDelete:hover { font-family: helvetica, verdana, arial, sans-serif; text-decoration: none; white-space: nowrap; } +span.butAction, span.butActionDelete { + cursor: pointer; +} + /* ============================================================================== */ /* Tables */ diff --git a/htdocs/theme/yellow/style.css.php b/htdocs/theme/yellow/style.css.php index 8b76d033102..d0607b64569 100644 --- a/htdocs/theme/yellow/style.css.php +++ b/htdocs/theme/yellow/style.css.php @@ -786,6 +786,9 @@ a.butActionDelete:active { font-family: helvetica, verdana, arial, sans-serif; a.butActionDelete:visited { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } a.butActionDelete:hover { font-family: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +span.butAction, span.butActionDelete { + cursor: pointer; +} /* ============================================================================== */