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:
@@ -24,10 +24,10 @@ $cakeisalie: "This stylesheet is generated, DO NOT EDIT";
|
||||
*/
|
||||
|
||||
// Stage
|
||||
// stage {
|
||||
// @include fontsize($font_size);
|
||||
// color: $text;
|
||||
// }
|
||||
stage {
|
||||
@include fontsize($font_size);
|
||||
color: $text;
|
||||
}
|
||||
|
||||
/* General Typography */
|
||||
|
||||
|
@@ -3120,22 +3120,22 @@ calendar {
|
||||
***********/
|
||||
messagedialog { // Message Dialog styling
|
||||
&.background {
|
||||
background-color: if($variant == 'dark', background(f), background(c));
|
||||
background-color: $surface;
|
||||
|
||||
.titlebar {
|
||||
&, &:backdrop {
|
||||
background-color: if($variant == 'dark', background(f), background(c));
|
||||
background-color: $surface;
|
||||
}
|
||||
}
|
||||
|
||||
&.csd { // rounded bottom border styling for csd version
|
||||
border-bottom-left-radius: $window-radius;
|
||||
border-bottom-right-radius: $window-radius;
|
||||
background-color: if($variant == 'dark', background(f), background(c));
|
||||
background-color: $surface;
|
||||
|
||||
.titlebar {
|
||||
&, &:backdrop {
|
||||
background-color: if($variant == 'dark', background(f), background(c));
|
||||
background-color: $surface;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user