diff --git a/adminer/static/default.css b/adminer/static/default.css index 6c18286f..8d442006 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -1,8 +1,7 @@ /** @author Ondrej Valka, http://valka.info */ body { color: #000; background: #fff; font: 90%/1.25 Verdana, Arial, Helvetica, sans-serif; margin: 0; width: -moz-fit-content; width: fit-content; } a { color: blue; text-decoration: none; } -a:visited { color: navy; } -a:link:hover, a:visited:hover { color: red; text-decoration: underline; } +a:hover { color: red; text-decoration: underline; } a.text:hover { text-decoration: none; } a.jush-help:hover { color: inherit; } h1 { font-size: 150%; margin: 0; padding: .8em 1em; border-bottom: 1px solid #999; font-weight: normal; color: #777; background: #eee; }