农燊高科官方网站
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

bidding.css 348 B

4 lat temu
4 lat temu
123456789101112131415
  1. .tableList table tr:nth-child(2n){
  2. background: none!important;
  3. }
  4. .tableList input[type='button'] {
  5. border: 1px solid #a6a6a6;
  6. border-radius: 20px;
  7. padding: 4px 10px;
  8. }
  9. .tableList input[type='button']:hover {
  10. color: #FFFFFF !important;
  11. border-color: var(--color) !important;
  12. background-color: var(--color) !important;
  13. }