UNPKG

@itrocks/action-bar

Version:

CSS for action button bars with flexible layout and basic styling

51 lines (46 loc) 835 B
ul.actions { display: flex; flex-wrap: wrap; gap: 5px; margin: 0; padding: 5px; } ul.actions.general { border-bottom: 1px solid #ccc; } ul.actions.selection { border-top: 1px solid #ccc; } .action { cursor: pointer; line-height: 16px; padding: 4px 8px 4px 26px; } .action, ul.actions > li { background-color: white; background-position: left center; background-repeat: no-repeat; background-size: 24px; border: 1px solid #d0d0d0; border-radius: 4px; display: inline-block; transition: background-color 0.1s; } .action:hover, ul.actions > li:hover { background-color: #f4f4f4; } .action, ul.actions > li > * { line-height: 16px; padding: 4px 8px 4px 26px; } ul.actions > li > a { display: inline-block; } ul.actions > li > input { background: none; border: none; cursor: pointer; }