now using fancy border-radius :-)
[mirrors/JukeBox.git] / jbx / themes / default / jukebox.css
index b2f1438aeedbf03b723fa83759defa3c2ebd2d98..d6d77f1a93ef79e3abc2983892c308932992ee21 100755 (executable)
@@ -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;
 }
This page took 0.096799 seconds and 4 git commands to generate.