roundabout,
created on Sunday, 31 July 2016, 11:29:11 (1469964551),
received on Sunday, 11 May 2025, 13:21:57 (1746969717)
Author identity: nana-4 <hnmaigo@gmail.com>
d2aa3b6565813f081f7ef95224fb88df93593714
gtk-3.0/_common.scss
@@ -33,9 +33,6 @@ $shadow_transition: box-shadow $material_faster $material_ease_out;
-GtkScrolledWindow-scrollbar-spacing: 0;
-GtkToolItemGroup-expander-size: 11;
-GtkTreeView-expander-size: 11;
-GtkTreeView-horizontal-separator: 4;
-GtkWidget-text-handle-width: 24;
-GtkWidget-text-handle-height: 24;
@@ -346,8 +343,6 @@ entry {
.linked.vertical > &:not(.flat) { @extend %linked_vertical; }
}
treeview acceleditor > label { background-color: $selected_bg_color; }
treeview entry {
&.flat, & {
min-height: 0;
@@ -480,12 +475,6 @@ button {
}
}
separator {
min-width: 0;
min-height: 0;
background: transparent;
}
// big standalone buttons like in Documents pager
&.osd {
padding: 12px 16px;
@@ -581,6 +570,18 @@ button {
}
}
// hide separators
separator {
min-width: 0;
min-height: 0;
background: transparent;
}
// &.font,
// &.file { separator { background-color: transparent; }}
// &.font { > box > box > label { font-weight: bold; }}
// inline-toolbar buttons
.inline-toolbar & {
@extend %button_basic.flat;
@@ -1118,7 +1119,7 @@ headerbar {
}
headerbar {
// add vertical margins to headerbar entries, buttons and separators to avoid them spanning the whole height
// add vertical margins to common widget on the headerbar to avoid them spanning the whole height
entry,
spinbutton,
// separator,
@@ -1126,6 +1127,11 @@ headerbar {
margin-top: $container_padding;
margin-bottom: $container_padding;
}
switch {
margin-top: $container_padding * 2;
margin-bottom: $container_padding * 2;
}
}
.background:not(.tiled):not(.maximized):not(.fullscreen) .titlebar {
@@ -1189,11 +1195,14 @@ headerbar {
* Tree Views *
**************/
treeview.view {
-GtkTreeView-grid-line-width: 1;
-GtkTreeView-grid-line-pattern: '';
-GtkTreeView-tree-line-width: 1;
-GtkTreeView-tree-line-pattern: '';
-GtkTreeView-expander-size: 16;
@at-root * {
-GtkTreeView-horizontal-separator: 4;
-GtkTreeView-grid-line-width: 1;
-GtkTreeView-grid-line-pattern: '';
-GtkTreeView-tree-line-width: 1;
-GtkTreeView-tree-line-pattern: '';
-GtkTreeView-expander-size: 16;
}
border-left-color: $track_color; // this is actually the tree lines color,
border-top-color: $borders_color; // while this is the grid lines color, better then nothing
@@ -1291,6 +1300,8 @@ treeview.view {
background-clip: border-box;
color: $selected_bg_color;
}
acceleditor > label { background-color: $selected_bg_color; } // see tests/testaccel to test
}
@@ -2090,7 +2101,6 @@ treeview.view radio:checked {
************/
scale {
// sizing
$_marks_lenght: 8px;
$_marks_distance: 8px;
@@ -2429,7 +2439,8 @@ levelbar {
background-color: $warning_color;
}
&.high {
&.high,
&:not(.empty) {
background-color: $selected_bg_color;
}
@@ -3170,7 +3181,7 @@ button.titlebutton {
}
}
.monospace { font: Monospace; }
.monospace { font-family: monospace; }
/**********************
gtk-3.0/gtk-dark.css
@@ -32,8 +32,6 @@
-GtkTextView-error-underline-color: #DD2C00;
-GtkScrolledWindow-scrollbar-spacing: 0;
-GtkToolItemGroup-expander-size: 11;
-GtkTreeView-expander-size: 11;
-GtkTreeView-horizontal-separator: 4;
-GtkWidget-text-handle-width: 24;
-GtkWidget-text-handle-height: 24;
-GtkDialog-button-spacing: 4;
@@ -354,9 +352,6 @@ entry progress {
border-color: #42A5F5;
background-color: transparent; }
treeview acceleditor > label {
background-color: #42A5F5; }
treeview entry.flat, treeview entry {
min-height: 0;
padding: 2px;
@@ -569,10 +564,6 @@ button.flat {
.error button.flat:disabled, .gedit-search-slider entry.error ~ button:disabled, row:selected
button.flat:disabled {
color: rgba(255, 255, 255, 0.3); }
button separator {
min-width: 0;
min-height: 0;
background: transparent; }
button.osd {
padding: 12px 16px; }
button.osd.image-button {
@@ -646,6 +637,10 @@ button {
button.needs-attention:checked > image {
animation: none;
background-image: none; }
button separator {
min-width: 0;
min-height: 0;
background: transparent; }
.primary-toolbar
button {
-gtk-icon-shadow: none; }
@@ -1054,6 +1049,9 @@ headerbar spinbutton,
headerbar button {
margin-top: 6px;
margin-bottom: 6px; }
headerbar switch {
margin-top: 12px;
margin-bottom: 12px; }
.background:not(.tiled):not(.maximized):not(.fullscreen) .titlebar {
border-top-left-radius: 2px;
@@ -1091,13 +1089,15 @@ window.csd > .titlebar:not(headerbar) {
* Tree Views *
**************/
treeview.view {
-GtkTreeView-grid-line-width: 1;
-GtkTreeView-grid-line-pattern: '';
-GtkTreeView-tree-line-width: 1;
-GtkTreeView-tree-line-pattern: '';
-GtkTreeView-expander-size: 16;
border-left-color: alpha(currentColor, 0.3);
border-top-color: rgba(0, 0, 0, 0.2); }
* {
-GtkTreeView-horizontal-separator: 4;
-GtkTreeView-grid-line-width: 1;
-GtkTreeView-grid-line-pattern: '';
-GtkTreeView-tree-line-width: 1;
-GtkTreeView-tree-line-pattern: '';
-GtkTreeView-expander-size: 16; }
treeview.view:hover, treeview.view:active, treeview.view:selected {
border-radius: 0; }
treeview.view.separator {
@@ -1169,6 +1169,8 @@ treeview.view {
background-color: #546E7A;
background-clip: border-box;
color: #42A5F5; }
treeview.view acceleditor > label {
background-color: #42A5F5; }
/*********
* Menus *
@@ -2008,7 +2010,7 @@ levelbar.vertical.discrete trough {
padding: 1px 2px; }
levelbar block.low {
background-color: #FF6D00; }
levelbar block.high {
levelbar block.high, levelbar block:not(.empty) {
background-color: #42A5F5; }
levelbar block.full {
background-color: #00C853; }
@@ -2514,7 +2516,7 @@ entry selection, modelbutton.flat:selected,
color: rgba(255, 255, 255, 0.4); }
.monospace {
font: Monospace; }
font-family: monospace; }
/**********************
* Touch Copy & Paste *
gtk-3.0/gtk.css
@@ -32,8 +32,6 @@
-GtkTextView-error-underline-color: #DD2C00;
-GtkScrolledWindow-scrollbar-spacing: 0;
-GtkToolItemGroup-expander-size: 11;
-GtkTreeView-expander-size: 11;
-GtkTreeView-horizontal-separator: 4;
-GtkWidget-text-handle-width: 24;
-GtkWidget-text-handle-height: 24;
-GtkDialog-button-spacing: 4;
@@ -354,9 +352,6 @@ entry progress {
border-color: #42A5F5;
background-color: transparent; }
treeview acceleditor > label {
background-color: #42A5F5; }
treeview entry.flat, treeview entry {
min-height: 0;
padding: 2px;
@@ -569,10 +564,6 @@ button.flat {
.error button.flat:disabled, .gedit-search-slider entry.error ~ button:disabled, row:selected
button.flat:disabled {
color: rgba(255, 255, 255, 0.3); }
button separator {
min-width: 0;
min-height: 0;
background: transparent; }
button.osd {
padding: 12px 16px; }
button.osd.image-button {
@@ -646,6 +637,10 @@ button {
button.needs-attention:checked > image {
animation: none;
background-image: none; }
button separator {
min-width: 0;
min-height: 0;
background: transparent; }
.primary-toolbar
button {
-gtk-icon-shadow: none; }
@@ -1054,6 +1049,9 @@ headerbar spinbutton,
headerbar button {
margin-top: 6px;
margin-bottom: 6px; }
headerbar switch {
margin-top: 12px;
margin-bottom: 12px; }
.background:not(.tiled):not(.maximized):not(.fullscreen) .titlebar {
border-top-left-radius: 2px;
@@ -1091,13 +1089,15 @@ window.csd > .titlebar:not(headerbar) {
* Tree Views *
**************/
treeview.view {
-GtkTreeView-grid-line-width: 1;
-GtkTreeView-grid-line-pattern: '';
-GtkTreeView-tree-line-width: 1;
-GtkTreeView-tree-line-pattern: '';
-GtkTreeView-expander-size: 16;
border-left-color: alpha(currentColor, 0.3);
border-top-color: rgba(0, 0, 0, 0.1); }
* {
-GtkTreeView-horizontal-separator: 4;
-GtkTreeView-grid-line-width: 1;
-GtkTreeView-grid-line-pattern: '';
-GtkTreeView-tree-line-width: 1;
-GtkTreeView-tree-line-pattern: '';
-GtkTreeView-expander-size: 16; }
treeview.view:hover, treeview.view:active, treeview.view:selected {
border-radius: 0; }
treeview.view.separator {
@@ -1169,6 +1169,8 @@ treeview.view {
background-color: #FFFFFF;
background-clip: border-box;
color: #42A5F5; }
treeview.view acceleditor > label {
background-color: #42A5F5; }
/*********
* Menus *
@@ -2008,7 +2010,7 @@ levelbar.vertical.discrete trough {
padding: 1px 2px; }
levelbar block.low {
background-color: #FF6D00; }
levelbar block.high {
levelbar block.high, levelbar block:not(.empty) {
background-color: #42A5F5; }
levelbar block.full {
background-color: #00C853; }
@@ -2514,7 +2516,7 @@ entry selection, modelbutton.flat:selected,
color: rgba(255, 255, 255, 0.4); }
.monospace {
font: Monospace; }
font-family: monospace; }
/**********************
* Touch Copy & Paste *