From 7df79349f9072d3578d5bfc4a51d6d20e0a82440 Mon Sep 17 00:00:00 2001 From: "Geoffrey D. Bennett" Date: Mon, 14 Mar 2022 09:23:55 +1030 Subject: [PATCH] Reduce button padding as intended Fix typo in CSS file. --- src/alsa-scarlett-gui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alsa-scarlett-gui.css b/src/alsa-scarlett-gui.css index 9c8bc72..60c7deb 100644 --- a/src/alsa-scarlett-gui.css +++ b/src/alsa-scarlett-gui.css @@ -1,4 +1,4 @@ .route-label { font-size: smaller; } .route-label:hover { background: #e0e0e0; } .route-label:drop(active) { box-shadow: none; background: #e0e0e0; } -.button { padding: 0px 5px 0px 5px; } +button { padding: 0px 5px 0px 5px; }