Fix cancel button colors in 'Groove' dark theme

master
François-Xavier Thomas 6 years ago
parent 1463f75b06
commit d9f164499f
  1. 5
      airsonic-main/src/main/webapp/style/groove.css

@ -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;

Loading…
Cancel
Save