custom.css 951 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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: 6px;
  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. }
  28. .li_sub {
  29. margin-left: 14px;
  30. }
  31. .filterType{
  32. padding-left: .75rem;
  33. }
  34. .a_color{
  35. color: #007bff;
  36. }
  37. .filterType a{
  38. padding: 8px;
  39. padding-top: 7px;
  40. padding-bottom: 7px;
  41. }
  42. #gljPriceTenderCoe::-webkit-outer-spin-button,
  43. #gljPriceTenderCoe::-webkit-inner-spin-button {
  44. -webkit-appearance: none;
  45. }
  46. #gljPriceTenderCoe {
  47. -moz-appearance: textfield;
  48. }
  49. .modal-quantity-edit-height {
  50. height: 200px;
  51. overflow-y: auto;
  52. }
  53. .elf-options:hover{
  54. background-color: #CCCCCC;
  55. }