From f1ce129fc5ac95e3216e528c138f6676af1499fd Mon Sep 17 00:00:00 2001 From: Christian Medel Date: Thu, 15 Aug 2019 09:37:13 -0400 Subject: [PATCH] Revert checkradio changes and changes to scrollbars --- gtk-3.20/gtk.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk-3.20/gtk.css b/gtk-3.20/gtk.css index 5e58995..d775021 100644 --- a/gtk-3.20/gtk.css +++ b/gtk-3.20/gtk.css @@ -254,7 +254,7 @@ checkbutton.text-button, radiobutton.text-button { padding: 4px; outline-offset: 0; } -check, .check, radio, .radio { +check, radio { margin: 4px; min-height: 16px; min-width: 16px; }