
Vicky1992
Vicky1992
About
- Username
- Vicky1992
- Joined
- Visits
- 6
- Last Active
- Roles
- Member
Comments
-
table tr:first-child td { background: none; } table tr:hover td { color: #6E6262; } table tr td { border: none; text-align: left; } table tr:nth-child(2n) td { background: none !important; } It doesn't remove the hover background, and when hover on…