It's the same button that styles the buttons within the search box and a few other areas (not Post Reply, New Thread, though)
.button and .button:hover and .button:active
Or you can do it via SP, but it's not as much fun to style
.button {
background-color: red;
border: 1px solid green;
border-radius: 5px;
color: #fff;
text-align: center;
}
.button:hover {
background-color: green;
color: #ffffff !important;
}
.button:active {
background-color: red;
border: 1px solid green;
border-radius: 5px;
color: #fff !important;
}
Did you put !important. It does work, since I've just styled mine
change colours, add extra css as you see fit.
.button .button:hover .button:active {
color: white !important;
background: black !important;
}
hehehe.. my bad, I should have been more clear in my initial post.Weird... when I do them individually they work... just NOT if you do the
Crap... I been up to long tonight... I had done this
to test it... see what I missed? Simple little thing like a ,.Code:.button .button:hover .button:active { color: white !important; background: black !important; }
Thanks!
We use essential cookies to make this site work, and optional cookies to enhance your experience.