From: Harvie Date: Sat, 10 Jul 2010 14:00:40 +0000 (+0200) Subject: now using fancy border-radius :-) X-Git-Url: https://git.harvie.cz/?p=mirrors%2FJukeBox.git;a=commitdiff_plain;h=22763ec0cae1e84fa7e94da22925639f1344ae3d now using fancy border-radius :-) --- diff --git a/jbx/themes/default/jukebox.css b/jbx/themes/default/jukebox.css index b2f1438..d6d77f1 100755 --- a/jbx/themes/default/jukebox.css +++ b/jbx/themes/default/jukebox.css @@ -2,6 +2,8 @@ * Example CSS for Harvie's JuKe!Box */ +* { border-radius:6px; -moz-border-radius:5px; } + body { color: lightblue; font-family: monospace; @@ -68,7 +70,7 @@ td { a:hover, a:hover * { text-decoration: underline; } /*tr:hover, tr:hover * { */ -.odd:hover, .odd:hover *, +tr, .odd:hover, .odd:hover *, .even:hover, .even:hover * { background-color: black; }