by roundabout, Monday, 27 February 2017, 13:59:20 (1488203960), pushed by roundabout, Sunday, 11 May 2025, 13:22:05 (1746969725)
Author identity: nana-4 <hnmaigo@gmail.com>
caf2448eff72c550254702397e442cd36fee4f09
src/gtk-3.0/3.22/gtk-compact.css
@@ -2531,6 +2531,14 @@ stackswitcher button.text-button.circular {
.conflict-row:not(:selected) {
background-color: #ffd3b3; }
.nautilus-window flowboxchild > widget > .icon-item-background {
padding: 4px;
border-radius: 2px; }
.nautilus-window flowboxchild:selected {
background-color: transparent; }
.nautilus-window flowboxchild:selected > widget > .icon-item-background {
background-color: #42A5F5; }
dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame {
border-style: none; }
dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child {
src/gtk-3.0/3.22/gtk-dark-compact.css
@@ -2531,6 +2531,14 @@ stackswitcher button.text-button.circular {
.conflict-row:not(:selected) {
background-color: #876e55; }
.nautilus-window flowboxchild > widget > .icon-item-background {
padding: 4px;
border-radius: 2px; }
.nautilus-window flowboxchild:selected {
background-color: transparent; }
.nautilus-window flowboxchild:selected > widget > .icon-item-background {
background-color: #42A5F5; }
dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame {
border-style: none; }
dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child {
src/gtk-3.0/3.22/gtk-dark.css
@@ -2531,6 +2531,14 @@ stackswitcher button.text-button.circular {
.conflict-row:not(:selected) {
background-color: #876e55; }
.nautilus-window flowboxchild > widget > .icon-item-background {
padding: 4px;
border-radius: 2px; }
.nautilus-window flowboxchild:selected {
background-color: transparent; }
.nautilus-window flowboxchild:selected > widget > .icon-item-background {
background-color: #42A5F5; }
dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame {
border-style: none; }
dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child {
src/gtk-3.0/3.22/gtk-light-compact.css
@@ -2531,6 +2531,14 @@ stackswitcher button.text-button.circular {
.conflict-row:not(:selected) {
background-color: #ffd3b3; }
.nautilus-window flowboxchild > widget > .icon-item-background {
padding: 4px;
border-radius: 2px; }
.nautilus-window flowboxchild:selected {
background-color: transparent; }
.nautilus-window flowboxchild:selected > widget > .icon-item-background {
background-color: #42A5F5; }
dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame {
border-style: none; }
dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child {
src/gtk-3.0/3.22/gtk-light.css
@@ -2531,6 +2531,14 @@ stackswitcher button.text-button.circular {
.conflict-row:not(:selected) {
background-color: #ffd3b3; }
.nautilus-window flowboxchild > widget > .icon-item-background {
padding: 4px;
border-radius: 2px; }
.nautilus-window flowboxchild:selected {
background-color: transparent; }
.nautilus-window flowboxchild:selected > widget > .icon-item-background {
background-color: #42A5F5; }
dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame {
border-style: none; }
dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child {
src/gtk-3.0/3.22/gtk.css
@@ -2531,6 +2531,14 @@ stackswitcher button.text-button.circular {
.conflict-row:not(:selected) {
background-color: #ffd3b3; }
.nautilus-window flowboxchild > widget > .icon-item-background {
padding: 4px;
border-radius: 2px; }
.nautilus-window flowboxchild:selected {
background-color: transparent; }
.nautilus-window flowboxchild:selected > widget > .icon-item-background {
background-color: #42A5F5; }
dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame {
border-style: none; }
dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child {
src/gtk-3.0/3.22/sass/apps/_gnome.scss
@@ -153,6 +153,24 @@
.conflict-row:not(:selected) { background-color: mix($warning_color, $base_color, percentage($lower_opacity)); }
// Icon view
.nautilus-window flowboxchild {
> widget > .icon-item-background {
padding: 4px;
border-radius: $material_radius;
}
// > widget > box > .icon-background { background-color: black; }
&:selected {
background-color: transparent;
> widget > .icon-item-background { background-color: $primary_color; }
// > widget > box > .icon-background { background-color: black; }
}
}
dialog.background > box.dialog-vbox.vertical > grid.horizontal {
> scrolledwindow.frame { border-style: none; }