From d9f164499fe832b53ab0a82b499644cfac700884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Thomas?= Date: Mon, 22 Apr 2019 15:15:36 +0200 Subject: [PATCH] Fix cancel button colors in 'Groove' dark theme --- airsonic-main/src/main/webapp/style/groove.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/airsonic-main/src/main/webapp/style/groove.css b/airsonic-main/src/main/webapp/style/groove.css index bddfead7..b05a2a68 100644 --- a/airsonic-main/src/main/webapp/style/groove.css +++ b/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;