From 7f704bcd619b5cd252661f14eed52c7810399a52 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Tue, 1 Oct 2019 08:11:44 +0000 Subject: [PATCH] style: Rename button selectors --- data/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/style.css b/data/style.css index 8ad4b700..c7d56e9f 100644 --- a/data/style.css +++ b/data/style.css @@ -18,9 +18,9 @@ sq_button:active { border-color: #716e78; } -button.altline, -button.special, -button.wide { +sq_button.altline, +sq_button.special, +sq_button.wide { background: #2b292f; border-color: #3e3a44 }