From f37672e615d46d8bf9aeb4e87a80377421ad27a8 Mon Sep 17 00:00:00 2001 From: Harvie Date: Sat, 10 Jul 2010 07:56:24 +0200 Subject: [PATCH] cleaned up CSS a bit --- jbx/themes/default/jukebox.css | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) 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;} -- 2.30.2