Fix button stylesheet

This commit is contained in:
lupoDharkael
2017-05-13 01:13:04 +02:00
parent be6d0f9776
commit d4556a57ff

View File

@@ -7,6 +7,6 @@ Button:hover {
background-color: rgb(166, 0, 200); background-color: rgb(166, 0, 200);
} }
Button:pressed { Button:pressed:!hover {
background-color: rgb(136, 0, 170); background-color: rgb(136, 0, 170);
} }