mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 13:28:38 -07:00
update
This commit is contained in:
@@ -24,10 +24,10 @@ $cakeisalie: "This stylesheet is generated, DO NOT EDIT";
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Stage
|
// Stage
|
||||||
// stage {
|
stage {
|
||||||
// @include fontsize($font_size);
|
@include fontsize($font_size);
|
||||||
// color: $text;
|
color: $text;
|
||||||
// }
|
}
|
||||||
|
|
||||||
/* General Typography */
|
/* General Typography */
|
||||||
|
|
||||||
|
@@ -3120,22 +3120,22 @@ calendar {
|
|||||||
***********/
|
***********/
|
||||||
messagedialog { // Message Dialog styling
|
messagedialog { // Message Dialog styling
|
||||||
&.background {
|
&.background {
|
||||||
background-color: if($variant == 'dark', background(f), background(c));
|
background-color: $surface;
|
||||||
|
|
||||||
.titlebar {
|
.titlebar {
|
||||||
&, &:backdrop {
|
&, &:backdrop {
|
||||||
background-color: if($variant == 'dark', background(f), background(c));
|
background-color: $surface;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.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', background(f), background(c));
|
background-color: $surface;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user