X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;ds=sidebyside;f=jbx%2Fthemes%2Fdefault%2Fjukebox.css;h=04ad2218c041219b22726dff253cf93ed1958f14;hb=a74cdde6f41804cffbc62f2a3112917f26e66b6e;hp=257fc600d588309c2634539446a2ff689b802ed2;hpb=1c6591f392e7ba5450914e37d4cb25eca357a178;p=mirrors%2FJukeBox.git diff --git a/jbx/themes/default/jukebox.css b/jbx/themes/default/jukebox.css index 257fc60..04ad221 100755 --- a/jbx/themes/default/jukebox.css +++ b/jbx/themes/default/jukebox.css @@ -78,6 +78,13 @@ tr:hover * a { text-decoration: underline; } +:invalid { + background-color: pink; +} + +.hide { + margin:0; padding:0; width:0; height:0; border:none; display:none; +} /* Color Classes */ @@ -89,10 +96,11 @@ tr:hover * a { /* Icon Classes */ -*.icon { text-decoration: none; width: 16px; height: 16px; display: inline; font-size: 0; padding: 12px 16px 4px 0; margin:0; } +*.icon { text-decoration: none; width: 16px; height: 16px; display: inline; font-size: 0; padding: 12px 16px 4px 0; margin:0; background-repeat:no-repeat; } *.icon, *.icon * a:hover { text-decoration: none; } *.iplay { background-image: url(icons/playlist.png); } +*.irplay { background-image: url(icons/recursive.png); } *.ifplay { background-image: url(icons/play.png); } *.ifstop { background-image: url(icons/stop.png); } *.ifolder { background-image: url(icons/folder.png); }