From d4556a57ff6935e4a128e844a93ba2db190f36a4 Mon Sep 17 00:00:00 2001 From: lupoDharkael Date: Sat, 13 May 2017 01:13:04 +0200 Subject: [PATCH] Fix button stylesheet --- styles/button.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/button.css b/styles/button.css index 22938e40..e39c6822 100644 --- a/styles/button.css +++ b/styles/button.css @@ -7,6 +7,6 @@ Button:hover { background-color: rgb(166, 0, 200); } -Button:pressed { +Button:pressed:!hover { background-color: rgb(136, 0, 170); }