dropbutton.theme.css

General styles for dropbuttons.

File

drupal/core/misc/dropbutton/dropbutton.theme.css
View source
  1. /**
  2. * @file
  3. * General styles for dropbuttons.
  4. */
  5. .js .dropbutton-widget {
  6. background-color: white;
  7. border: 1px solid #cccccc;
  8. }
  9. .js .dropbutton-widget:hover {
  10. border-color: #b8b8b8;
  11. }
  12. .dropbutton .dropbutton-action > * {
  13. padding: 0.1em 0.5em;
  14. white-space: nowrap;
  15. }
  16. .dropbutton .secondary-action {
  17. border-top: 1px solid #e8e8e8;
  18. }
  19. .dropbutton-multiple .dropbutton {
  20. border-right: 1px solid #e8e8e8; /* LTR */
  21. }
  22. .dropbutton-multiple .dropbutton .dropbutton-action > * {
  23. margin-right: 0.25em; /* LTR */
  24. }