CSS fixes: icons and iframes
[mirrors/JukeBox.git] / jbx / themes / default / jukebox.css
index d764c1c0304bb4b4b00ea78aa5d7452e3cc6a64b..04ad2218c041219b22726dff253cf93ed1958f14 100755 (executable)
@@ -82,6 +82,10 @@ tr:hover * a {
         background-color: pink;
 }
 
+.hide {
+       margin:0; padding:0; width:0; height:0; border:none; display:none;
+}
+
 /* Color Classes */
 
 *.red {                color: red; }
@@ -92,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); }
This page took 0.098222 seconds and 4 git commands to generate.