From: Harvie Date: Wed, 28 Jul 2010 14:11:01 +0000 (+0200) Subject: experimental newbie mode - text is shown on icon hover X-Git-Url: https://git.harvie.cz/?p=mirrors%2FJukeBox.git;a=commitdiff_plain;h=9d0f72c1f28a7e54a3431cdb6780368eeccb530f experimental newbie mode - text is shown on icon hover --- diff --git a/index.php b/index.php index 6c13be1..710c180 100755 --- a/index.php +++ b/index.php @@ -347,7 +347,7 @@ if(isset($_GET['blank'])) { < BACK - | HOME () + | HOME () | ABOUT/HELP | LOGOUT diff --git a/jbx/themes/default/jukebox.css b/jbx/themes/default/jukebox.css index ee04dd6..d867ce7 100755 --- a/jbx/themes/default/jukebox.css +++ b/jbx/themes/default/jukebox.css @@ -99,7 +99,9 @@ tr:hover * a { text-decoration: underline;} background-repeat:no-repeat; } -.btntd { min-width:100px; } +a.icon:hover { text-indent:18px; background-color:#000022; width:auto; } + +.btntd { min-width:120px; } *.iplay { background-image: url(icons/playlist.png); } *.irplay { background-image: url(icons/recursive.png); }