create.ui.css 570 B

12345678910
  1. .panel-actions {display: flex; width: 100%; flex-direction: row-reverse; justify-content: space-between;}
  2. menu .panel-actions {width: auto;}
  3. td .check-list {flex-direction:row;}
  4. th.form-batch-head[data-name=ACTIONS]{width:120px;}
  5. tr.disabled td[data-name="enabled"] .switch label{filter: unset;}
  6. .max-w-100px {max-width: 100px; overflow: hidden;}
  7. .disabled [data-name="enabled"] {pointer-events: all; cursor: pointer !important;}
  8. button.disabled {opacity: 0.5;}
  9. td[data-name="enabled"] {vertical-align: top !important;}
  10. td[data-name="enabled"] .switch {margin-top: 5px;}