now using fancy border-radius :-)
[mirrors/JukeBox.git] / jbx / themes / default / jukebox.css
index 31ccf17af7743e278a9fbab1f6cc63724df55553..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;
 }
@@ -76,7 +78,7 @@ a:hover, a:hover * { text-decoration: underline; }
 tr:hover * a { text-decoration: underline;}
 
 :invalid {     background-color: pink; }
-:focus {       color:darkblue; }
+:focus {       border-color:yellow; }
 
 /* Helpful Classes */
 
This page took 0.089794 seconds and 4 git commands to generate.