summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-17 22:12:48 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-17 22:12:48 +0000
commit405e0bdd78643d9ebb93bb6e2182eb6a5fd84cf9 (patch)
treef49fde04deef01eb7bd37ad83f37a8040e60ba28 /modules
parent8d114ca4265b97c9d74592947aedce58cabed6e7 (diff)
downloadbrdo-405e0bdd78643d9ebb93bb6e2182eb6a5fd84cf9.tar.gz
brdo-405e0bdd78643d9ebb93bb6e2182eb6a5fd84cf9.tar.bz2
- Patch #658726 by yoroy: sexier home icon.
Diffstat (limited to 'modules')
-rw-r--r--modules/toolbar/toolbar.css8
-rw-r--r--modules/toolbar/toolbar.pngbin746 -> 632 bytes
2 files changed, 6 insertions, 2 deletions
diff --git a/modules/toolbar/toolbar.css b/modules/toolbar/toolbar.css
index f3844a1d1..d50b56fd4 100644
--- a/modules/toolbar/toolbar.css
+++ b/modules/toolbar/toolbar.css
@@ -75,14 +75,18 @@ body.toolbar-drawer {
#toolbar-home a span {
vertical-align: text-bottom;
- width: 15px;
+ width: 16px;
height: 14px;
display: block;
- background: url(toolbar.png) no-repeat 0px -61px;
+ background: url(toolbar.png) no-repeat -3px -62px;
text-indent: -9999px;
margin: 3px 0px;
}
+#toolbar-home a.active span {
+ background-position: -29px -62px;
+}
+
#toolbar-user {
float: right;
}
diff --git a/modules/toolbar/toolbar.png b/modules/toolbar/toolbar.png
index 1f5226442..761ad3f94 100644
--- a/modules/toolbar/toolbar.png
+++ b/modules/toolbar/toolbar.png
Binary files differ