diff --git a/htdocs/theme/eldy/eldy.css b/htdocs/theme/eldy/eldy.css index 984e23bb39b..2e740dba945 100644 --- a/htdocs/theme/eldy/eldy.css +++ b/htdocs/theme/eldy/eldy.css @@ -349,22 +349,86 @@ a.tab:hover { text-decoration: none; } -a.tabimage { - color: #436976; - text-decoration: none; - white-space: nowrap; +a.tabimage { + color: #436976; + text-decoration: none; + white-space: nowrap; } /* * Case actions */ -a.tabAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 1.5em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.tabAction:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 1.5em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.tabAction:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 1.5em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.tabAction:hover { font: helvetica, verdana, arial, sans-serif; background: #dee7ec; border: 1px solid #8CACBB; color: #436976; padding: 0em 1.5em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.tabAction:link { font: helvetica, verdana, arial, sans-serif; + background: white; + border: 1px solid #8CACBB; + color: #436976; + padding: 0em 1.5em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } +a.tabAction:visited { font: helvetica, verdana, arial, sans-serif; + background: white; + border: 1px solid #8CACBB; + color: #436976; + padding: 0em 1.5em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } +a.tabAction:active { font: helvetica, verdana, arial, sans-serif; + background: white; + border: 1px solid #8CACBB; + color: #436976; padding: 0em 1.5em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + +a.tabAction:hover { font: helvetica, verdana, arial, sans-serif; + background: #dee7ec; + border: 1px solid #8CACBB; + color: #436976; + padding: 0em 1.5em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + +a.butDelete:link { font: helvetica, verdana, arial, sans-serif; + background: white; + border: 1px solid #FF0000; + color: #436976; + padding: 0em 1.5em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + +a.butDelete:active { font: helvetica, verdana, arial, sans-serif; + background: white; + border: 1px solid #FF0000; + color: #436976; + padding: 0em 1.5em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + +a.butDelete:visited { font: helvetica, verdana, arial, sans-serif; + background: white; + border: 1px solid #FF0000; + color: #436976; + padding: 0em 1.5em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + +a.butDelete:hover { font: helvetica, verdana, arial, sans-serif; + background: #FFe7ec; + border: 1px solid #FF0000; + color: #436976; + padding: 0em 1.5em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } /* * Tables */