From 6401c37c509a7784e8f1a44951d9940d3be2f424 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Mon, 3 Jul 2023 09:47:00 +0300 Subject: [PATCH] Tweaks (Panel): fix clock styles --- tweaks/panel/def-size.css | 4 ++-- tweaks/panel/no-pill.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tweaks/panel/def-size.css b/tweaks/panel/def-size.css index 7da3b2e..af5309b 100644 --- a/tweaks/panel/def-size.css +++ b/tweaks/panel/def-size.css @@ -6,8 +6,8 @@ } .panel-button, -.clock, -.clock-display StIcon { +.panel-button .clock, /* Date & clock */ +.clock-display StIcon { /* DND / new messages icon */ border-radius: 99px; border: 3px solid transparent; } \ No newline at end of file diff --git a/tweaks/panel/no-pill.css b/tweaks/panel/no-pill.css index bd2b0fd..86738f3 100644 --- a/tweaks/panel/no-pill.css +++ b/tweaks/panel/no-pill.css @@ -1,8 +1,8 @@ /* Remove additional background in panel buttons */ .panel-button, -.clock, -.clock-display StIcon { +.panel-button .clock, /* Date & clock */ +.clock-display StIcon { /* DND / new messages icon */ background-color: transparent; box-shadow: none; }