1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- .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;
- }
- #gljPriceTenderCoe::-webkit-outer-spin-button,
- #gljPriceTenderCoe::-webkit-inner-spin-button {
- -webkit-appearance: none;
- }
- #gljPriceTenderCoe {
- -moz-appearance: textfield;
- }
- .modal-quantity-edit-height {
- height: 200px;
- overflow-y: auto;
- }
|