colormenubutton.css 692 B

12345678910111213141516171819202122232425
  1. /*
  2. * Copyright 2009 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.ColorMenuButtonRenderer.
  9. *
  10. * @author attila@google.com (Attila Bodis)
  11. */
  12. /* Color indicator. */
  13. .goog-color-menu-button-indicator {
  14. border-bottom: 4px solid #f0f0f0;
  15. }
  16. /* Thinner padding for color picker buttons, to leave room for the indicator. */
  17. .goog-color-menu-button .goog-menu-button-inner-box,
  18. .goog-toolbar-color-menu-button .goog-toolbar-menu-button-inner-box {
  19. padding-top: 2px !important;
  20. padding-bottom: 2px !important;
  21. }