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;
|
border-radius: $button_radius;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
@if $colortype == 'fixed' {
|
@if $colorscheme != 'default' or $blackness == 'true' or $colortype == 'fixed' {
|
||||||
color: $window_fg_color;
|
color: $window_fg_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
border-radius: $button_radius;
|
border-radius: $button_radius;
|
||||||
@extend %button_basic_flat;
|
@extend %button_basic_flat;
|
||||||
|
|
||||||
@if $colortype == 'fixed' {
|
@if $colorscheme != 'default' or $blackness == 'true' or $colortype == 'fixed' {
|
||||||
@extend %header_button_reset;
|
@extend %header_button_reset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -194,13 +194,24 @@ stacksidebar row {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@if $colortype == 'fixed' {
|
@if $colorscheme != 'default' or $blackness == 'true' or $colortype == 'fixed' {
|
||||||
.content-pane {
|
.content-pane {
|
||||||
headerbar {
|
headerbar {
|
||||||
color: $window_fg_color;
|
color: $window_fg_color;
|
||||||
|
|
||||||
button:not(.suggested-action):not(.destructive-action) {
|
button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
|
||||||
@extend %header_button_reset;
|
&,
|
||||||
|
&.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 {
|
entry {
|
||||||
@@ -208,7 +219,7 @@ stacksidebar row {
|
|||||||
}
|
}
|
||||||
|
|
||||||
windowcontrols {
|
windowcontrols {
|
||||||
> button:not(.suggested-action):not(.destructive-action) {
|
> button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
|
||||||
@if $window_button == 'mac' {
|
@if $window_button == 'mac' {
|
||||||
&.minimize, &.maximize, &.close {
|
&.minimize, &.maximize, &.close {
|
||||||
color: transparent;
|
color: transparent;
|
||||||
|
Reference in New Issue
Block a user