From c40ae8c76cd2dd28183d462e58924f3cbe66fec5 Mon Sep 17 00:00:00 2001 From: Harvie Date: Sun, 11 Jul 2010 20:41:15 +0200 Subject: [PATCH] added search icon and fixed issue with border-radius of html and body --- index.php | 2 +- jbx/themes/default/jukebox.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 2cff7be..d345f39 100755 --- a/index.php +++ b/index.php @@ -381,7 +381,7 @@ playlist?"
- diff --git a/jbx/themes/default/jukebox.css b/jbx/themes/default/jukebox.css index d6d77f1..0638140 100755 --- a/jbx/themes/default/jukebox.css +++ b/jbx/themes/default/jukebox.css @@ -2,7 +2,7 @@ * Example CSS for Harvie's JuKe!Box */ -* { border-radius:6px; -moz-border-radius:5px; } +*:not(html):not(body) { border-radius:6px; -moz-border-radius:5px; } body { color: lightblue; @@ -106,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); } -- 2.30.2