From 9d0f72c1f28a7e54a3431cdb6780368eeccb530f Mon Sep 17 00:00:00 2001 From: Harvie Date: Wed, 28 Jul 2010 16:11:01 +0200 Subject: [PATCH] experimental newbie mode - text is shown on icon hover --- index.php | 2 +- jbx/themes/default/jukebox.css | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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); } -- 2.30.2