]> git.joonet.de Git - adminer.git/commitdiff
Don't change colors of JUSH links on hover
authorJakub Vrana <jakub@vrana.cz>
Mon, 15 Jul 2013 16:15:10 +0000 (09:15 -0700)
committerJakub Vrana <jakub@vrana.cz>
Mon, 15 Jul 2013 16:15:10 +0000 (09:15 -0700)
adminer/static/default.css

index c2fb2eb414d1dd91c3507bc198f0959ee45430ff..9cfde19351de0dc9c177af238afac45793586d5d 100644 (file)
@@ -3,7 +3,8 @@ body { color: #000; background: #fff; font: 90%/1.25 Verdana, Arial, Helvetica,
 a { color: blue; text-decoration: none; }
 a:visited { color: navy; }
 a:link:hover, a:visited:hover { color: red; text-decoration: underline; }
-a.text { text-decoration: none; }
+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; }
 h2 { font-size: 150%; margin: 0 0 20px -18px; padding: .8em 1em; border-bottom: 1px solid #000; color: #000; font-weight: normal; background: #ddf; }
 h3 { font-weight: normal; font-size: 130%; margin: 1em 0 0; }