Tweaks (Panel): fix clock styles

This commit is contained in:
Vladyslav Hroshev
2023-07-03 09:47:00 +03:00
parent be36237a67
commit 6401c37c50
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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;
}
+2 -2
View File
@@ -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;
}