From be36237a6731abdc29c801ce8c9c154efc58696c Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Wed, 21 Jun 2023 12:52:39 +0300 Subject: [PATCH] Aylur's Widgets: adjust button borders in dynamic panel --- css/aylur.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/css/aylur.css b/css/aylur.css index a53f13d..2bf7092 100644 --- a/css/aylur.css +++ b/css/aylur.css @@ -52,4 +52,12 @@ /* system usage levels */ .usage-level StIcon { width: 1.29em; -} \ No newline at end of file +} + + +/* dynamic-panel */ +#panel.dynamic.floating .panel-button, +#panel.dynamic.floating .panel-button .clock, /* Date & clock */ +#panel.dynamic.floating .clock-display StIcon { /* DND / new messages icon */ + border-radius: 99px; +}