mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-11-09 23:30:17 -08:00
Fixed #245
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
|
|
||||||
#NautilusQueryEditor { // search entry
|
#NautilusQueryEditor { // search entry
|
||||||
> menubutton {
|
> menubutton {
|
||||||
margin: $base_padding 0;
|
margin: 2px 0;
|
||||||
|
|
||||||
> button.image-button {
|
> button.image-button {
|
||||||
min-width: 16px;
|
min-width: 16px;
|
||||||
|
|||||||
@@ -249,10 +249,11 @@ $titlebutton_close: $button-close;
|
|||||||
|
|
||||||
&.minimize, &.maximize, &.close {
|
&.minimize, &.maximize, &.close {
|
||||||
color: transparent;
|
color: transparent;
|
||||||
background: none;
|
|
||||||
|
|
||||||
&:hover, &:active {
|
&, &:hover, &:active, &:disabled {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
background-color: transparent;
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover, &:active {
|
&:hover, &:active {
|
||||||
@@ -347,7 +348,8 @@ windowcontrols {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> button {
|
> button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque),
|
||||||
|
> button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque).image-button {
|
||||||
@if $window_button == 'mac' {
|
@if $window_button == 'mac' {
|
||||||
@extend %mac_window_button;
|
@extend %mac_window_button;
|
||||||
} @else {
|
} @else {
|
||||||
|
|||||||
@@ -236,7 +236,8 @@ stacksidebar row {
|
|||||||
}
|
}
|
||||||
|
|
||||||
windowcontrols {
|
windowcontrols {
|
||||||
> button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
|
> button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque),
|
||||||
|
> button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque).image-button {
|
||||||
@if $window_button == 'mac' {
|
@if $window_button == 'mac' {
|
||||||
&.minimize, &.maximize, &.close {
|
&.minimize, &.maximize, &.close {
|
||||||
color: transparent;
|
color: transparent;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
%toolbar {
|
%toolbar {
|
||||||
button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
|
button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
|
||||||
&.arrow-button,
|
&.arrow-button,
|
||||||
&.image-button,
|
&.image-button:not(.close):not(.minimize):not(.maximize),
|
||||||
&.image-text-button {
|
&.image-text-button {
|
||||||
@extend %button_basic_flat;
|
@extend %button_basic_flat;
|
||||||
}
|
}
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
.linked button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
|
.linked button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
|
||||||
&.arrow-button,
|
&.arrow-button,
|
||||||
&.image-button,
|
&.image-button:not(.close):not(.minimize):not(.maximize),
|
||||||
&.image-text-button {
|
&.image-text-button {
|
||||||
@extend %button_basic_raised;
|
@extend %button_basic_raised;
|
||||||
}
|
}
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
popover {
|
popover {
|
||||||
button:not(.flat):not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
|
button:not(.flat):not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
|
||||||
&.arrow-button,
|
&.arrow-button,
|
||||||
&.image-button,
|
&.image-button:not(.close):not(.minimize):not(.maximize),
|
||||||
&.image-text-button {
|
&.image-text-button {
|
||||||
@extend %button_basic_raised;
|
@extend %button_basic_raised;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user