Index: modules/toolbar/toolbar.css =================================================================== RCS file: /cvs/drupal/drupal/modules/toolbar/toolbar.css,v retrieving revision 1.4 diff -u -r1.4 toolbar.css --- modules/toolbar/toolbar.css 15 Sep 2009 03:38:06 -0000 1.4 +++ modules/toolbar/toolbar.css 20 Sep 2009 15:33:25 -0000 @@ -37,21 +37,15 @@ right: 0; top: 0; z-index: 100; + box-shadow: 0 -15px 15px 20px #222; + -moz-box-shadow: 0 -15px 15px 20px #222; + -webkit-box-shadow: 0 -15px 15px 20px #222; } div#toolbar .collapsed { display: none; } -div#toolbar div.shadow { - position: absolute; - left: 0; - right: 0; - bottom: -15px; - height: 15px; - background: url(toolbar.png) 0 -85px repeat-x; -} - div#toolbar a { text-decoration: none; color: #fff; Index: modules/toolbar/toolbar.png =================================================================== RCS file: /cvs/drupal/drupal/modules/toolbar/toolbar.png,v retrieving revision 1.3 diff -u -r1.3 toolbar.png Binary files /tmp/cvswCZQL4 and toolbar.png differ Index: modules/toolbar/toolbar.tpl.php =================================================================== RCS file: /cvs/drupal/drupal/modules/toolbar/toolbar.tpl.php,v retrieving revision 1.4 diff -u -r1.4 toolbar.tpl.php --- modules/toolbar/toolbar.tpl.php 15 Sep 2009 03:38:06 -0000 1.4 +++ modules/toolbar/toolbar.tpl.php 20 Sep 2009 15:27:08 -0000 @@ -24,6 +24,4 @@
- -