diff options
-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 |