diff --git a/htdocs/theme/eldy/eldy.css b/htdocs/theme/eldy/eldy.css index 36bc7d27c0a42836617c94ebd2619237866820b7..3e6f19d280e85b6d0df56c1ccfe47564f408eeda 100644 --- a/htdocs/theme/eldy/eldy.css +++ b/htdocs/theme/eldy/eldy.css @@ -429,6 +429,21 @@ a.tabAction:hover { font: helvetica, verdana, arial, sans-serif; text-decoration: none; white-space: nowrap; } +a.tabActionRefuse { font: helvetica, verdana, arial, sans-serif; + background: white; + border: 1px solid red; + color: #436976; + padding: 0em 0.7em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + +a.tabActionRefuse:hover { background: #dee7ec; } + + + + + a.butDelete:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777;