From fccb72c58cf958421d015192df483ca759475104 Mon Sep 17 00:00:00 2001 From: Adrien Plazas Date: Thu, 5 Nov 2020 09:55:35 +0100 Subject: [PATCH] style: Fix the CSS path to the HdyKeypad buttons In libhandy 1, the hdykeypad CSS class name got renamed into keypad, and HdyKeypad isn't a GtkGrid anymore but it contains one. --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 41d8a36..fc92944 100644 --- a/src/style.css +++ b/src/style.css @@ -1,4 +1,4 @@ -hdykeypad > button, .dial-button, .delete-button { +keypad > grid > button, .dial-button, .delete-button { border-radius: 9999px; -gtk-outline-radius: 9999px; }