by roundabout, Monday, 7 March 2016, 09:48:28 (1457344108), pushed by roundabout, Sunday, 11 May 2025, 13:21:55 (1746969715)
Author identity: nana4 <hnmaigo@gmail.com>
d62c7a702b917773a8d20e4416ce5a056ad71081
gtk-3.0/_common.scss
@@ -148,11 +148,11 @@ $material_timing_function: cubic-bezier(0.4, 0, 0.2, 1);
GtkAssistant {
.sidebar {
padding: 6px 0;
border-top: 1px solid $borders_color;
// border-top: 1px solid $borders_color;
&:dir(ltr) { border-right: 1px solid $borders_color; }
&:dir(rtl) { border-left: 1px solid $borders_color; }
}
&.csd .sidebar { border-top-style: none; }
// &.csd .sidebar { border-top-style: none; }
.sidebar .label {
opacity: $hint_opacity;
padding: 5px 12px 6px;
@@ -2243,7 +2243,7 @@ GtkVolumeButton.button {
}
// server-side decorations as used by mutter
&.ssd {
box-shadow: 0 0 0 1px $borders_color; //just doing borders, wm draws actual shadows
// box-shadow: 0 0 0 1px $borders_color; //just doing borders, wm draws actual shadows
}
&.csd {
&.popup {
@@ -2264,7 +2264,7 @@ GtkVolumeButton.button {
border-radius: 0;
margin: 4px;
background-color: $warning_color;
border: solid 1px $borders_color;
// border: solid 1px $borders_color;
box-shadow: none;
}
}
gtk-3.0/gtk-dark.css
@@ -100,14 +100,11 @@
opacity: 0.6; }
GtkAssistant .sidebar {
padding: 6px 0;
border-top: 1px solid rgba(0, 0, 0, 0.2); }
padding: 6px 0; }
GtkAssistant .sidebar:dir(ltr) {
border-right: 1px solid rgba(0, 0, 0, 0.2); }
GtkAssistant .sidebar:dir(rtl) {
border-left: 1px solid rgba(0, 0, 0, 0.2); }
GtkAssistant.csd .sidebar {
border-top-style: none; }
GtkAssistant .sidebar .label {
opacity: 0.6;
padding: 5px 12px 6px;
@@ -2217,8 +2214,6 @@ GtkColorSwatch {
border-radius: 0; }
.window-frame.popup {
box-shadow: none; }
.window-frame.ssd {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); }
.window-frame.csd.popup {
border-radius: 0;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
@@ -2234,7 +2229,6 @@ GtkColorSwatch {
border-radius: 0;
margin: 4px;
background-color: #FF6D00;
border: solid 1px rgba(0, 0, 0, 0.2);
box-shadow: none; }
.view:selected, GtkCalendar:selected, .label:selected, .grid-child:selected, .entry:selected, .menuitem.button.flat:selected, .inline-toolbar .menuitem.button:selected, .osd .toolbar .menuitem.button:selected, .toolbar.osd .menuitem.button:selected, .app-notification .menuitem.button:selected, .titlebar .menuitem.button:selected:not(.suggested-action):not(.destructive-action),
gtk-3.0/gtk.css
@@ -100,14 +100,11 @@
opacity: 0.6; }
GtkAssistant .sidebar {
padding: 6px 0;
border-top: 1px solid rgba(0, 0, 0, 0.1); }
padding: 6px 0; }
GtkAssistant .sidebar:dir(ltr) {
border-right: 1px solid rgba(0, 0, 0, 0.1); }
GtkAssistant .sidebar:dir(rtl) {
border-left: 1px solid rgba(0, 0, 0, 0.1); }
GtkAssistant.csd .sidebar {
border-top-style: none; }
GtkAssistant .sidebar .label {
opacity: 0.6;
padding: 5px 12px 6px;
@@ -2217,8 +2214,6 @@ GtkColorSwatch {
border-radius: 0; }
.window-frame.popup {
box-shadow: none; }
.window-frame.ssd {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
.window-frame.csd.popup {
border-radius: 0;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
@@ -2234,7 +2229,6 @@ GtkColorSwatch {
border-radius: 0;
margin: 4px;
background-color: #FF6D00;
border: solid 1px rgba(0, 0, 0, 0.1);
box-shadow: none; }
.view:selected, GtkCalendar:selected, .label:selected, .grid-child:selected, .entry:selected, .menuitem.button.flat:selected, .inline-toolbar .menuitem.button:selected, .osd .toolbar .menuitem.button:selected, .toolbar.osd .menuitem.button:selected, .app-notification .menuitem.button:selected, .titlebar .menuitem.button:selected:not(.suggested-action):not(.destructive-action),