diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-12-17 22:12:48 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-12-17 22:12:48 +0000 |
commit | 405e0bdd78643d9ebb93bb6e2182eb6a5fd84cf9 (patch) | |
tree | f49fde04deef01eb7bd37ad83f37a8040e60ba28 /modules/toolbar | |
parent | 8d114ca4265b97c9d74592947aedce58cabed6e7 (diff) | |
download | brdo-405e0bdd78643d9ebb93bb6e2182eb6a5fd84cf9.tar.gz brdo-405e0bdd78643d9ebb93bb6e2182eb6a5fd84cf9.tar.bz2 |
- Patch #658726 by yoroy: sexier home icon.
Diffstat (limited to 'modules/toolbar')
-rw-r--r-- | modules/toolbar/toolbar.css | 8 | ||||
-rw-r--r-- | modules/toolbar/toolbar.png | bin | 746 -> 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 Binary files differindex 1f5226442..761ad3f94 100644 --- a/modules/toolbar/toolbar.png +++ b/modules/toolbar/toolbar.png |