Skip to content

Commit 62485b0

Browse files
committed
window lists: Tune badges look
- Font slightly larger - Same size for both badges
1 parent 7abbbe8 commit 62485b0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

data/theme/cinnamon-sass/widgets/_windowlist.scss

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,24 +89,23 @@
8989
&-button-label { padding-left: 4px;}
9090

9191
&-number-label {
92-
font-size: 10px;
93-
z-index: 99;
92+
font-size: 12px;
9493
}
9594

9695
&-badge {
97-
border-radius: 9999px;
96+
border-radius: 99px;
9897
background-color: $bg_color;
98+
color: $fg_color;
9999
}
100100

101101
&-notifications-badge {
102-
border-radius: 9999px;
102+
border-radius: 99px;
103103
background-color: $notification_badge_bg_color;
104104
color: $fg_color;
105-
font-size: 13px;
106105
}
107106

108107
&-notifications-badge-label {
109-
z-index: 99;
108+
font-size: 12px;
110109
}
111110
}
112111

0 commit comments

Comments
 (0)