Index: modules/contextual/contextual.css =================================================================== RCS file: /cvs/drupal/drupal/modules/contextual/contextual.css,v retrieving revision 1.1 diff -u -r1.1 contextual.css --- modules/contextual/contextual.css 6 Dec 2009 01:00:27 -0000 1.1 +++ modules/contextual/contextual.css 10 Dec 2009 12:04:38 -0000 @@ -26,27 +26,32 @@ display: block; } a.contextual-links-trigger { - background: transparent url(images/cog-select.png) no-repeat center center; + background: transparent url(images/gear-select.png) no-repeat top left; display: none; - height: 20px; + height: 18px; margin-top: 2px; outline: none; text-indent: 34px; - width: 30px; + width: 28px; overflow: hidden; } a.contextual-links-trigger:hover, div.contextual-links-active a.contextual-links-trigger { - background-color: #fff; + background-position: 0 -18px; } div.contextual-links-wrapper ul.contextual-links { + background: #fff; + border: #ccc 1px solid; display: none; margin: 0; - padding: 5px 10px; + padding: 0.25em 0; position: absolute; right: 0; top: 20px; white-space: nowrap; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; } .contextual-links-region:hover a.contextual-links-trigger, div.contextual-links-active a.contextual-links-trigger, @@ -64,12 +69,11 @@ text-decoration: none; } ul.contextual-links li a { - background: #fff; - color: #666; + color: #333; display: block; - margin: 0.5em 0; - padding: 0.3em; + margin: 0.25em 0; + padding: 0.25em; } ul.contextual-links li a:hover { - text-decoration: underline; + background: #bfdcee; }