From 63b21a7d19c64867bc9a94478d2e7fac786d9a6c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 5 Jun 2016 20:31:17 +0200 Subject: GTK+-3.20 most themes: fix bg color of scrolledwindow junction in nemo treeview --- desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css | 10 ++++++++-- desktop-themes/BlueMenta/gtk-3.0/other-applications.css | 11 +++++++++-- desktop-themes/Green-Submarine/gtk-3.0/other-applications.css | 10 ++++++++-- desktop-themes/GreenLaguna/gtk-3.0/other-applications.css | 11 +++++++++++ desktop-themes/Menta/gtk-3.0/other-applications.css | 11 +++++++++-- .../TraditionalGreen/gtk-3.0/other-applications.css | 10 ++++++++-- desktop-themes/TraditionalOk/gtk-3.0/other-applications.css | 10 ++++++++-- 7 files changed, 61 insertions(+), 12 deletions(-) diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css index c5e680e8..25463665 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css @@ -126,8 +126,14 @@ background-color: @theme_bg_color; } -/* icon and compat mode, FIXME .view is broken with 3.20 */ -.nemo-window .nemo-window-pane > notebook scrolledwindow { +/* this sets the bg color for scrolledwindow junction, the little square beside the scrollbars */ +.nemo-window .nemo-window-pane > notebook box.vertical > overlay scrolledwindow { + background-color: @theme_bg_color; +} + +/* treewiew, view and compact view */ +.nemo-window .nemo-window-pane > notebook box.vertical > overlay > scrolledwindow.view, +.nemo-window .nemo-window-pane > notebook box.vertical > overlay > scrolledwindow > treeview.view { background-color: @theme_base_color; } diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css index f9925fd0..a8f9dbc2 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css @@ -42,8 +42,15 @@ } /* view */ -.nemo-window-pane notebook scrolledwindow { - background-color: @theme_base_color; +/* this sets the bg color for scrolledwindow junction, the little square beside the scrollbars */ +.nemo-window .nemo-window-pane > notebook box.vertical > overlay scrolledwindow { + background-color: @theme_bg_color; +} + +/* treewiew, view and compact view */ +.nemo-window .nemo-window-pane > notebook box.vertical > overlay > scrolledwindow.view, +.nemo-window .nemo-window-pane > notebook box.vertical > overlay > scrolledwindow > treeview.view { + background-color: @theme_base_color; } .nemo-window-pane treeview.view { diff --git a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css index 398110cc..bc4fa852 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css @@ -124,8 +124,14 @@ background-color: @theme_bg_color; } -/* icon and compat mode, FIXME .view is broken with 3.20 */ -.nemo-window .nemo-window-pane > notebook scrolledwindow { +/* this sets the bg color for scrolledwindow junction, the little square beside the scrollbars */ +.nemo-window .nemo-window-pane > notebook box.vertical > overlay scrolledwindow { + background-color: @theme_bg_color; +} + +/* treewiew, view and compact view */ +.nemo-window .nemo-window-pane > notebook box.vertical > overlay > scrolledwindow.view, +.nemo-window .nemo-window-pane > notebook box.vertical > overlay > scrolledwindow > treeview.view { background-color: @theme_base_color; } diff --git a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css index 3aaea282..354b24c9 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css @@ -13,6 +13,17 @@ padding: 0px; } +/* this sets the bg color for scrolledwindow junction, the little square besides the scrollbars */ +.nemo-window .nemo-window-pane > notebook box.vertical > overlay scrolledwindow { + background-color: rgba(204,221,199,1.0); +} + +/* treewiew, view and compact view */ +.nemo-window .nemo-window-pane > notebook box.vertical > overlay > scrolledwindow.view, +.nemo-window .nemo-window-pane > notebook box.vertical > overlay > scrolledwindow > treeview.view { + background-color: rgba(241,246,239,1.0); +} + /* inactive pane */ /* bug in gtk+, .view writes no bg color in all browsers */ .nemo-inactive-pane .view, diff --git a/desktop-themes/Menta/gtk-3.0/other-applications.css b/desktop-themes/Menta/gtk-3.0/other-applications.css index ec266810..58684924 100644 --- a/desktop-themes/Menta/gtk-3.0/other-applications.css +++ b/desktop-themes/Menta/gtk-3.0/other-applications.css @@ -42,8 +42,15 @@ } /* view */ -.nemo-window-pane notebook scrolledwindow { - background-color: @theme_base_color; +/* this sets the bg color for scrolledwindow junction, the little square beside the scrollbars */ +.nemo-window .nemo-window-pane > notebook box.vertical > overlay scrolledwindow { + background-color: @theme_bg_color; +} + +/* treewiew, view and compact view */ +.nemo-window .nemo-window-pane > notebook box.vertical > overlay > scrolledwindow.view, +.nemo-window .nemo-window-pane > notebook box.vertical > overlay > scrolledwindow > treeview.view { + background-color: @theme_base_color; } .nemo-window-pane treeview.view { diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css index ec993a4d..c9990579 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css @@ -19,8 +19,14 @@ /* nemo */ -/* icon and list view */ -.nemo-window-pane scrolledwindow { +/* this sets the bg color for scrolledwindow junction, the little square beside the scrollbars */ +.nemo-window .nemo-window-pane > notebook box.vertical > overlay scrolledwindow { + background-color: @theme_bg_color; +} + +/* treewiew, view and compact view */ +.nemo-window .nemo-window-pane > notebook box.vertical > overlay > scrolledwindow.view, +.nemo-window .nemo-window-pane > notebook box.vertical > overlay > scrolledwindow > treeview.view { background-color: @theme_base_color; } diff --git a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css index ec993a4d..c9990579 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css @@ -19,8 +19,14 @@ /* nemo */ -/* icon and list view */ -.nemo-window-pane scrolledwindow { +/* this sets the bg color for scrolledwindow junction, the little square beside the scrollbars */ +.nemo-window .nemo-window-pane > notebook box.vertical > overlay scrolledwindow { + background-color: @theme_bg_color; +} + +/* treewiew, view and compact view */ +.nemo-window .nemo-window-pane > notebook box.vertical > overlay > scrolledwindow.view, +.nemo-window .nemo-window-pane > notebook box.vertical > overlay > scrolledwindow > treeview.view { background-color: @theme_base_color; } -- cgit v1.2.1