X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=jbx%2Fthemes%2Fdefault%2Fjukebox.css;h=06381407a0e220e8c7f328397aeb7f448211344c;hb=c40ae8c76cd2dd28183d462e58924f3cbe66fec5;hp=b2f1438aeedbf03b723fa83759defa3c2ebd2d98;hpb=a6ec3d5f8eb5fa076e871905d7a24f208d2ee997;p=mirrors%2FJukeBox.git diff --git a/jbx/themes/default/jukebox.css b/jbx/themes/default/jukebox.css index b2f1438..0638140 100755 --- a/jbx/themes/default/jukebox.css +++ b/jbx/themes/default/jukebox.css @@ -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; } @@ -104,7 +106,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); }