custom.css 437 B

12345678910111213141516171819202122232425262728293031
  1. .text-green{
  2. color: #172a30
  3. }
  4. label.title{
  5. display: inline-block;
  6. width: 100px;
  7. }
  8. .modal-feeRate {max-width: 550px}
  9. div.resize{
  10. height: 4px;
  11. background: #f7f7f9;
  12. width: 100%;
  13. cursor: s-resize;
  14. }
  15. /*.zlfb-check{
  16. margin-left: 20px;
  17. }*/
  18. legend.legend{
  19. display:block;
  20. width:auto;
  21. font-size:0.9rem;
  22. top:-15px;
  23. background: white;
  24. }
  25. .toolsbar_feeRate {
  26. border-bottom: 1px solid #ccc
  27. }