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; }