Reply To: Field names have a dark blue background

Home Forums Guestbook Add-On Field names have a dark blue background Reply To: Field names have a dark blue background

#7643
Marcel Pol
Keymaster

Hi, does this CSS work?

By the way, can I hate these themes with a passion? :)
They should make this CSS for all buttons, not just their own. That is what a theme is for.
Could you contact the theme maintainers and point them here? If their code ever gets changed, you have to redo it all.


.gwolle-gb input[type=”button”],
.gwolle-gb input[type=”submit”],
.gwolle-gb input.button {
border: 1px solid #1d98a9;
background: linear-gradient(to bottom,#229ea9 0%,#04808b 100%);
}
.gwolle-gb input[type=”button”]:hover,
.gwolle-gb input[type=”submit”]:hover,
.gwolle-gb input.button:hover {
background: #29a4b5;
background: linear-gradient(to bottom,#47c2d3 0%,#29a4b5 100%);
}