by roundabout, Wednesday, 24 February 2016, 18:50:12 (1456339812), pushed by roundabout, Sunday, 11 May 2025, 13:21:54 (1746969714)
Author identity: nana4 <hnmaigo@gmail.com>
e0ae7072922c132d5c1f4ec903f555bd2144540b
gtk-3.0/_common.scss
@@ -1,5 +1,7 @@
$asset_suffix: if($variant=='dark', '-dark', '');
$extra_background_clip: if($variant == 'light', padding-box, border-box);
$small_size: 24px;
$medium_size: 36px;
$large_size: 48px;
@@ -691,6 +693,7 @@ GtkComboBox {
border-width: 0 0 1px;
border-color: $borders_color;
background-color: $dark_color;
background-clip: border-box;
}
/***************
@@ -934,6 +937,7 @@ column-header {
column-header.button.dnd { // for treeview-like derive widgets
border-left-style: solid;
background-clip: $extra_background_clip;
color: $selected_bg_color;
}
@@ -1306,8 +1310,9 @@ $_slider_fine_tune_margin: 6px;
// trough coloring
.trough {
background-color: $base_color;
border: 1px none $borders_color;
background-color: $base_color;
background-clip: $extra_background_clip;
}
// slider coloring
@@ -1395,6 +1400,7 @@ GtkSwitch {
border: 10px solid transparent;
border-radius: 100px;
background-color: $track_color;
// background-clip: padding-box;
&:insensitive {
color: $insensitive_fg_color;
}
@@ -2226,6 +2232,7 @@ GtkVolumeButton.button {
padding: 3px 0 4px;
border: 1px solid $borders_color;
background-color: $base_color;
background-clip: $extra_background_clip;
}
.floating-bar.bottom.left { /* axes left border and border radius */
gtk-3.0/gtk-dark.css
@@ -553,7 +553,8 @@ GtkComboBox {
border-style: solid;
border-width: 0 0 1px;
border-color: rgba(0, 0, 0, 0.2);
background-color: #2f3d44; }
background-color: #2f3d44;
background-clip: border-box; }
/***************
* Header bars *
@@ -748,6 +749,7 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd {
border-left-style: solid;
background-clip: border-box;
color: #00BCD4; }
/*********
@@ -1066,8 +1068,9 @@ column-header.button.dnd, column-header .button.dnd {
.scrollbar.overlay-indicator.dragging .trough, .scrollbar.overlay-indicator.hovering .trough {
background-color: rgba(69, 90, 100, 0.9); }
.scrollbar .trough {
border: 1px none rgba(0, 0, 0, 0.2);
background-color: #455A64;
border: 1px none rgba(0, 0, 0, 0.2); }
background-clip: border-box; }
.scrollbar .slider {
background-color: rgba(255, 255, 255, 0.6); }
.scrollbar .slider:hover {
@@ -2183,7 +2186,8 @@ GtkColorSwatch {
.floating-bar {
padding: 3px 0 4px;
border: 1px solid rgba(0, 0, 0, 0.2);
background-color: #455A64; }
background-color: #455A64;
background-clip: border-box; }
.floating-bar.bottom.left {
/* axes left border and border radius */
gtk-3.0/gtk.css
@@ -553,7 +553,8 @@ GtkComboBox {
border-style: solid;
border-width: 0 0 1px;
border-color: rgba(0, 0, 0, 0.1);
background-color: #dee4e7; }
background-color: #dee4e7;
background-clip: border-box; }
/***************
* Header bars *
@@ -748,6 +749,7 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd {
border-left-style: solid;
background-clip: padding-box;
color: #00BCD4; }
/*********
@@ -1066,8 +1068,9 @@ column-header.button.dnd, column-header .button.dnd {
.scrollbar.overlay-indicator.dragging .trough, .scrollbar.overlay-indicator.hovering .trough {
background-color: rgba(255, 255, 255, 0.9); }
.scrollbar .trough {
border: 1px none rgba(0, 0, 0, 0.1);
background-color: #FFFFFF;
border: 1px none rgba(0, 0, 0, 0.1); }
background-clip: padding-box; }
.scrollbar .slider {
background-color: rgba(0, 0, 0, 0.48); }
.scrollbar .slider:hover {
@@ -2183,7 +2186,8 @@ GtkColorSwatch {
.floating-bar {
padding: 3px 0 4px;
border: 1px solid rgba(0, 0, 0, 0.1);
background-color: #FFFFFF; }
background-color: #FFFFFF;
background-clip: padding-box; }
.floating-bar.bottom.left {
/* axes left border and border radius */