123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- .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;
- }
- .elf-options:hover{
- background-color: #CCCCCC;
- }
|