Skip to content

Commit f243d04

Browse files
committed
CheckButtons: Support Latte
1 parent 62ae8c4 commit f243d04

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/gtk-3.0/widgets/_checkbuttons.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,12 @@ radiobutton.image-button {
198198

199199
}
200200

201+
&.latte check,
202+
&.latte radio {
203+
background-color: #{'@LATTE_300'};
204+
-gtk-icon-shadow: 0 1px 1px #{'@LATTE_500'};
205+
}
206+
201207
&.auto radio {
202208
background-image: url("assets/color-button-auto.png");
203209
background-position: -1px -1px;

src/gtk-4.0/widgets/_checkbuttons.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,12 @@ checkbutton {
188188

189189
}
190190

191+
&.latte check,
192+
&.latte radio {
193+
background-color: #{'@LATTE_300'};
194+
-gtk-icon-shadow: 0 1px 1px #{'@LATTE_500'};
195+
}
196+
191197
&.auto radio {
192198
background-image: url("assets/color-button-auto.png");
193199
background-position: -1px -1px;

0 commit comments

Comments
 (0)