main.css 1023 B

1234567891011121314151617181920
  1. /* Grid */
  2. .x-grid3-col-actions { padding: 3px 0 3px 5px; }
  3. .x-grid3-col-avatar { padding: 2px 0; }
  4. .x-grid3-col-avatar img { height: 36px; display: block; margin: auto; }
  5. /* Actions */
  6. .action-red { color: darkred !important; }
  7. .action-green { color: darkgreen !important; }
  8. .action-blue { color: cadetblue !important; }
  9. .action-yellow { color: goldenrod !important; }
  10. .action-gray { color: dimgray !important; }
  11. ul.ha-row-actions { margin: 0; padding: 0; list-style: none; }
  12. ul.ha-row-actions li { float: left; }
  13. ul.ha-row-actions .btn { padding: 5px; margin-right: 2px; min-width: 26px; font-size: inherit; }
  14. /* Action menu */
  15. a.x-menu-item .x-menu-item-text, a.x-menu-item .x-menu-item-text .icon { cursor: pointer; }
  16. a.x-menu-item .x-menu-item-text .icon { line-height: 16px; top: auto; }
  17. .x-menu-list .icon { min-width: 1em; text-align: center; }
  18. .x-menu-list-item:hover .icon { color: inherit !important; }
  19. ul.ha-row-actions .actions-menu { width: 40px; }
  20. ul.ha-row-actions .actions-menu:after { content: " \f107"; }