Style buttons css question
-
Hello. I’m having trouble styling the write button with my css, do I have the right identifier? Did I mess something else up lol…I’m no pro at this 😛 Thanx!
#gwolle_gb_write_button .submit {
background:#3f3f3f;
border: 2px solid transparent;
border-radius: 5px;
color:#FFF;
}#gwolle_gb_write_button .submit:hover {
background:#FFF;
border: 2px solid #3f3f3f;
border-radius: 5px;
color:#c0c0c0
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Style buttons css question’ is closed to new replies.