Fix cancel button colors in 'Groove' dark theme

This commit is contained in:
François-Xavier Thomas
2019-04-22 15:15:36 +02:00
parent 1463f75b06
commit d9f164499f
@@ -77,6 +77,11 @@ a:link, a:active, a:visited, a:link *, a:active *, a:visited * {
color: #FFFFFF;
}
/* Button colors */
input[type="button"] {
color: #000000;
}
/* Link hover colour */
a:hover, a:hover * {
text-decoration: underline;