mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 07:29:51 +01:00
Fix osd flat buttons color
This commit is contained in:
@@ -562,6 +562,17 @@ button {
|
||||
box-shadow: none;
|
||||
text-shadow: 0 1px black;
|
||||
-gtk-icon-shadow: 0 1px black; }
|
||||
.app-notification button.flat.image-button, popover.background.touch-selection button.flat.image-button, popover.background.magnifier button.flat.image-button,
|
||||
.osd
|
||||
button.flat.image-button {
|
||||
color: #fefefe;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-color: rgba(20, 23, 26, 0.8);
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: 0 1px black;
|
||||
-gtk-icon-shadow: 0 1px black;
|
||||
outline-color: rgba(254, 254, 254, 0.3); }
|
||||
.app-notification button.flat:hover, popover.background.touch-selection button.flat:hover, popover.background.magnifier button.flat:hover,
|
||||
.osd
|
||||
button.flat:hover {
|
||||
|
||||
@@ -565,6 +565,17 @@ button {
|
||||
box-shadow: none;
|
||||
text-shadow: 0 1px black;
|
||||
-gtk-icon-shadow: 0 1px black; }
|
||||
.app-notification button.flat.image-button, popover.background.touch-selection button.flat.image-button, popover.background.magnifier button.flat.image-button,
|
||||
.osd
|
||||
button.flat.image-button {
|
||||
color: #fefefe;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-color: rgba(20, 23, 26, 0.8);
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: 0 1px black;
|
||||
-gtk-icon-shadow: 0 1px black;
|
||||
outline-color: rgba(254, 254, 254, 0.3); }
|
||||
.app-notification button.flat:hover, popover.background.touch-selection button.flat:hover, popover.background.magnifier button.flat:hover,
|
||||
.osd
|
||||
button.flat:hover {
|
||||
|
||||
@@ -215,6 +215,9 @@ button {
|
||||
text-shadow: 0 1px black;
|
||||
-gtk-icon-shadow: 0 1px black;
|
||||
|
||||
&.image-button {
|
||||
@include button(osd);
|
||||
}
|
||||
&:hover { @include button(osd-hover); }
|
||||
|
||||
&:disabled {
|
||||
|
||||
Reference in New Issue
Block a user