mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-15 21:08:39 -07:00
update
This commit is contained in:
@@ -3131,12 +3131,11 @@ messagedialog { // Message Dialog styling
|
|||||||
&.csd { // rounded bottom border styling for csd version
|
&.csd { // rounded bottom border styling for csd version
|
||||||
border-bottom-left-radius: $window-radius;
|
border-bottom-left-radius: $window-radius;
|
||||||
border-bottom-right-radius: $window-radius;
|
border-bottom-right-radius: $window-radius;
|
||||||
|
background-color: if($variant == 'dark', background(f), background(c));
|
||||||
background-color: $surface;
|
|
||||||
|
|
||||||
.titlebar {
|
.titlebar {
|
||||||
&, &:backdrop {
|
&, &:backdrop {
|
||||||
background-color: if($variant == 'dark', $base, $surface);
|
background-color: if($variant == 'dark', background(f), background(c));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user