mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-15 21:08:39 -07:00
Fixed #201
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
border-radius: $button_radius;
|
||||
padding: 0;
|
||||
|
||||
@if $colortype == 'fixed' {
|
||||
@if $colorscheme != 'default' or $blackness == 'true' or $colortype == 'fixed' {
|
||||
color: $window_fg_color;
|
||||
}
|
||||
}
|
||||
@@ -48,7 +48,7 @@
|
||||
border-radius: $button_radius;
|
||||
@extend %button_basic_flat;
|
||||
|
||||
@if $colortype == 'fixed' {
|
||||
@if $colorscheme != 'default' or $blackness == 'true' or $colortype == 'fixed' {
|
||||
@extend %header_button_reset;
|
||||
}
|
||||
}
|
||||
|
@@ -194,21 +194,32 @@ stacksidebar row {
|
||||
}
|
||||
}
|
||||
|
||||
@if $colortype == 'fixed' {
|
||||
@if $colorscheme != 'default' or $blackness == 'true' or $colortype == 'fixed' {
|
||||
.content-pane {
|
||||
headerbar {
|
||||
color: $window_fg_color;
|
||||
|
||||
button:not(.suggested-action):not(.destructive-action) {
|
||||
button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
|
||||
&,
|
||||
&.arrow-button,
|
||||
&.image-button,
|
||||
&.image-text-button {
|
||||
@extend %header_button_reset;
|
||||
}
|
||||
}
|
||||
|
||||
menubutton:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
|
||||
&.image-button > button {
|
||||
@extend %header_button_reset;
|
||||
}
|
||||
}
|
||||
|
||||
entry {
|
||||
color: $window_fg_color;
|
||||
}
|
||||
|
||||
windowcontrols {
|
||||
> button:not(.suggested-action):not(.destructive-action) {
|
||||
> button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
|
||||
@if $window_button == 'mac' {
|
||||
&.minimize, &.maximize, &.close {
|
||||
color: transparent;
|
||||
|
Reference in New Issue
Block a user