From: Harvie Date: Sat, 10 Jul 2010 05:56:24 +0000 (+0200) Subject: cleaned up CSS a bit X-Git-Url: https://git.harvie.cz/?p=mirrors%2FJukeBox.git;a=commitdiff_plain;h=f37672e615d46d8bf9aeb4e87a80377421ad27a8 cleaned up CSS a bit --- diff --git a/jbx/themes/default/jukebox.css b/jbx/themes/default/jukebox.css index b36f12a..31ccf17 100755 --- a/jbx/themes/default/jukebox.css +++ b/jbx/themes/default/jukebox.css @@ -65,9 +65,7 @@ td { /* Hovers */ -a:hover, a:hover * { - text-decoration: underline; -} +a:hover, a:hover * { text-decoration: underline; } /*tr:hover, tr:hover * { */ .odd:hover, .odd:hover *, @@ -75,20 +73,14 @@ a:hover, a:hover * { background-color: black; } -tr:hover * a { - text-decoration: underline; -} +tr:hover * a { text-decoration: underline;} -:invalid { - background-color: pink; -} - -.hide { - margin:0; padding:0; width:0; height:0; border:none; display:none; -} +:invalid { background-color: pink; } +:focus { color:darkblue; } -/* Color Classes */ +/* Helpful Classes */ +*.hide { margin:0; padding:0; width:0; height:0; border:none; display:none; } *.red { color: red; } *.yellow { color: yellow;} *.blue { color: blue;}