CSS
-
I wanted to style a button in one table, however the code I used changes all tables. Can you tell me what I have done wrong?
You can see it here:
https://ebps.org.uk/publications/back-numbers-of-fern-society/
This is the code I used:
.tablepress-id-53 .button,
input[type=”submit”] {
background-color: #24890d;
border: 0;
border-radius: 2px;
color: #fff;
font-size: 12px;
font-weight: 700;
padding: 10px 20px 11px;
text-transform: none;
vertical-align: bottom;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘CSS’ is closed to new replies.