flow.css 697 B

12345678910111213141516171819
  1. #menuActions{float:right !important;}
  2. #featurebar .breadcrumb{padding: 5px 0; margin: 0}
  3. #featurebar .breadcrumb>li+li:before {content: '>'}
  4. .input-group-required > .required::after, .required-wrapper.required::after {top:6px !important;}
  5. .modal-body .table {margin-bottom:0px !important;}
  6. a.disabled, a.disabled:focus, a.disabled:hover, a[disabled], a[disabled]:focus, a[disabled]:hover {color: #aaa !important; text-decoration: none; cursor: default;}
  7. .icon-grid:before{content:"\e949"}
  8. #fieldList td.actions .btn{
  9. display: inline-block;
  10. width: 26px;
  11. padding: 2px;
  12. overflow: hidden;
  13. line-height: 20px;
  14. color: #16a8f8;
  15. background: 0 0;
  16. border:0px;
  17. border-color: transparent;
  18. }