diff --git a/htdocs/theme/eldy/eldy.css b/htdocs/theme/eldy/eldy.css index 3e6f19d280e..081d6fac530 100644 --- a/htdocs/theme/eldy/eldy.css +++ b/htdocs/theme/eldy/eldy.css @@ -392,7 +392,74 @@ a.tabimage { /* * Boutons actions + * Nouvelle syntaxe à utiliser */ + +a.butAction:link { font: helvetica, verdana, arial, sans-serif; + background: white; + border: 1px solid #8CACBB; + color: #436976; + padding: 0em 0.7em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + +a.butAction:visited { font: helvetica, verdana, arial, sans-serif; + background: white; + border: 1px solid #8CACBB; + color: #436976; + padding: 0em 0.7em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + +a.butAction:active { font: helvetica, verdana, arial, sans-serif; + background: white; + border: 1px solid #8CACBB; + color: #436976; + padding: 0em 0.7em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + +a.butAction:hover { font: helvetica, verdana, arial, sans-serif; + background: #dee7ec; + border: 1px solid #8CACBB; + color: #436976; + padding: 0em 0.7em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + +a.butActionRefuse { 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.butActionRefuse:hover { background: #dee7ec; } + + +a.butActionDelete { 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.butActionDelete:hover { background: #FFe7ec; } + +/* +* Historique +*/ + + + a.tabAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #8CACBB; @@ -429,17 +496,6 @@ 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; } -