bootstrap-table-click-edit-row.css 287 B

123456789101112131415161718192021
  1. #tooling{
  2. float: right;
  3. }
  4. .clear{
  5. display: block;
  6. width: 13px;
  7. height: 13px;
  8. position: absolute;
  9. opacity: 0.6;
  10. z-index: 100;
  11. top: 50%;
  12. right: 26px;
  13. margin-top: -10px;
  14. cursor: pointer;
  15. }
  16. .clear > i{
  17. font-size: 1.5em;
  18. }
  19. .clear > i:hover{
  20. color: hsl(0, 0%, 75%);
  21. }