by roundabout, Saturday, 9 April 2016, 09:43:58 (1460195038), pushed by roundabout, Sunday, 11 May 2025, 13:21:56 (1746969716)
Author identity: nana4 <hnmaigo@gmail.com>
5f72ce259e4c5a66358c25ea9d685eaa7c3b0abf
gtk-3.0/_common.scss
@@ -1073,6 +1073,13 @@ headerbar {
min-width: $small_size;
margin: 0;
padding: 0;
&:active { // add fallback
background-image: radial-gradient(circle farthest-corner at center,
gtkalpha(currentColor, $lower_opacity / 2) 100%,
transparent 0%),
image(gtkalpha(currentColor, $lower_opacity / 2));
}
}
}
}
gtk-3.0/gtk-dark.css
@@ -1050,6 +1050,9 @@ headerbar {
min-width: 24px;
margin: 0;
padding: 0; }
.default-decoration.titlebar:not(headerbar) button.titlebutton:active,
headerbar.default-decoration button.titlebutton:active {
background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.15) 100%, transparent 0%), image(alpha(currentColor, 0.15)); }
headerbar entry,
headerbar spinbutton,
gtk-3.0/gtk.css
@@ -1050,6 +1050,9 @@ headerbar {
min-width: 24px;
margin: 0;
padding: 0; }
.default-decoration.titlebar:not(headerbar) button.titlebutton:active,
headerbar.default-decoration button.titlebutton:active {
background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.15) 100%, transparent 0%), image(alpha(currentColor, 0.15)); }
headerbar entry,
headerbar spinbutton,