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.
|
123456789101112131415 |
- .tableList table tr:nth-child(2n){
- background: none!important;
- }
-
- .tableList input[type='button'] {
- border: 1px solid #a6a6a6;
- border-radius: 20px;
- padding: 4px 10px;
- }
-
- .tableList input[type='button']:hover {
- color: #FFFFFF !important;
- border-color: var(--color) !important;
- background-color: var(--color) !important;
- }
|