button column needs to be wider because of search results
[mirrors/JukeBox.git] / jbx / themes / default / jukebox.css
index 31ccf17af7743e278a9fbab1f6cc63724df55553..0ad36e05db18a86ee77ccfa1a8663b9cee6cf2e9 100755 (executable)
@@ -2,6 +2,8 @@
  * Example CSS for Harvie's JuKe!Box
  */
 
+*:not(html):not(body) {        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,11 +78,12 @@ 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 */
 
 *.hide {       margin:0; padding:0; width:0; height:0; border:none; display:none; }
+*.maximize-width { width:100%; }
 *.red {                color: red; }
 *.yellow {     color: yellow;}
 *.blue {       color: blue;}
@@ -96,7 +99,7 @@ tr:hover * a {        text-decoration: underline;}
        background-repeat:no-repeat; 
 }
 
-.btntd { min-width:75px; }
+.btntd { min-width:100px; }
 
 *.iplay                { background-image: url(icons/playlist.png); }
 *.irplay       { background-image: url(icons/recursive.png); }
@@ -104,7 +107,7 @@ tr:hover * a {      text-decoration: underline;}
 *.ifstop       { background-image: url(icons/stop.png); }
 *.ifolder      { background-image: url(icons/folder.png); margin-right: 3px; }
 *.ilogout      { background-image: url(icons/logout.png); }
-*.isearch      { background-image: url(icons/search.png); }
+*.isearch      { background-image: url(icons/search.png); position:relative; top:4px; }
 *.ihome                { background-image: url(icons/home.png); }
 *.iback                { background-image: url(icons/back.png); }
 *.ihelp                { background-image: url(icons/help.png); }
This page took 0.096317 seconds and 4 git commands to generate.