12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- .text-green{
- color: #172a30
- }
- label.title{
- display: inline-block;
- width: 100px;
- }
- .modal-feeRate {max-width: 550px}
- div.resize{
- height: 6px;
- background: #f7f7f9;
- width: 100%;
- cursor: s-resize;
- }
- /*.zlfb-check{
- margin-left: 20px;
- }*/
- legend.legend{
- display:block;
- width:auto;
- font-size:0.9rem;
- top:-15px;
- background: white;
- }
- .toolsbar_feeRate {
- border-bottom: 1px solid #ccc
- }
- .li_sub {
- margin-left: 14px;
- }
- .filterType{
- padding-left: .75rem;
- }
- .a_color{
- color: #007bff;
- }
- .filterType a{
- padding: 8px;
- padding-top: 7px;
- padding-bottom: 7px;
- }
|