imagelessmenubutton.css 664 B

1234567891011121314151617181920212223
  1. /*
  2. * Copyright 2010 The Closure Library Authors. All Rights Reserved.
  3. *
  4. * Use of this source code is governed by the Apache License, Version 2.0.
  5. * See the COPYING file for details.
  6. */
  7. /*
  8. * Standard styling for buttons created by goog.ui.ImagelessMenuButtonRenderer.
  9. *
  10. * @author attila@google.com (Attila Bodis)
  11. * @author dalewis@google.com (Darren Lewis)
  12. */
  13. /* Dropdown arrow style. */
  14. .goog-imageless-button-dropdown {
  15. height: 16px;
  16. width: 7px;
  17. /* Client apps may override the URL at which they serve the sprite. */
  18. background: url(//ssl.gstatic.com/editor/editortoolbar.png) no-repeat -388px 0;
  19. vertical-align: top;
  20. margin-right: 2px;
  21. }