roundabout,
created on Sunday, 31 July 2016, 08:38:25 (1469954305),
received on Sunday, 11 May 2025, 13:21:57 (1746969717)
Author identity: nana-4 <hnmaigo@gmail.com>
8128df2313d977dd8bdb490685a9d2adb08cba11
gtk-3.0/_common.scss
@@ -1105,6 +1105,16 @@ headerbar {
}
}
}
.solid-csd & {
&:dir(rtl), &:dir(ltr) { // specificity bump
margin-left: -1px;
margin-right: -1px;
margin-top: -1px;
border-radius: 0;
box-shadow: none;
}
}
}
headerbar {
@@ -3137,11 +3147,12 @@ decoration {
}
.solid-csd & {
margin: 4px;
margin: 0;
padding: 4px;
// border: solid 1px $borders_color;
border-radius: 0;
box-shadow: none;
background-color: $bg_color;
box-shadow: inset 0 0 0 3px $headerbar_color, inset 0 1px $secondary_highlight_color;
background-color: $borders_color;
}
}
gtk-3.0/gtk-dark.css
@@ -1040,6 +1040,14 @@ headerbar {
.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)); }
.solid-csd .titlebar:dir(rtl):not(headerbar), .solid-csd .titlebar:dir(ltr):not(headerbar), .solid-csd
headerbar:dir(rtl), .solid-csd
headerbar:dir(ltr) {
margin-left: -1px;
margin-right: -1px;
margin-top: -1px;
border-radius: 0;
box-shadow: none; }
headerbar entry,
headerbar spinbutton,
@@ -2484,10 +2492,11 @@ decoration {
messagedialog.csd decoration {
border-radius: 2px; }
.solid-csd decoration {
margin: 4px;
margin: 0;
padding: 4px;
border-radius: 0;
box-shadow: none;
background-color: #455A64; }
box-shadow: inset 0 0 0 3px #37474F, inset 0 1px rgba(255, 255, 255, 0.2);
background-color: rgba(0, 0, 0, 0.2); }
.view:selected, iconview:selected, .view text selection, iconview text selection,
textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection, notebook > stack:not(:only-child) revealer entry selection,
gtk-3.0/gtk.css
@@ -1040,6 +1040,14 @@ headerbar {
.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)); }
.solid-csd .titlebar:dir(rtl):not(headerbar), .solid-csd .titlebar:dir(ltr):not(headerbar), .solid-csd
headerbar:dir(rtl), .solid-csd
headerbar:dir(ltr) {
margin-left: -1px;
margin-right: -1px;
margin-top: -1px;
border-radius: 0;
box-shadow: none; }
headerbar entry,
headerbar spinbutton,
@@ -2484,10 +2492,11 @@ decoration {
messagedialog.csd decoration {
border-radius: 2px; }
.solid-csd decoration {
margin: 4px;
margin: 0;
padding: 4px;
border-radius: 0;
box-shadow: none;
background-color: #F5F5F5; }
box-shadow: inset 0 0 0 3px #455A64, inset 0 1px rgba(255, 255, 255, 0.2);
background-color: rgba(0, 0, 0, 0.1); }
.view:selected, iconview:selected, .view text selection, iconview text selection,
textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection, notebook > stack:not(:only-child) revealer entry selection,