From db24ae3c21ccf2591ccc152fb8fd2023625508d1 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 2 Mar 2016 10:08:36 +0100 Subject: GTK+-3.20 Blue-Submarine: some minor corrections - clean upmore deprecation - fix a typo for caja-desktop.view - replace .scrollbars-junction with scrolledwindow junction --- desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css | 1 - desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 3 ++- desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 6 +++--- desktop-themes/Blue-Submarine/gtk-3.0/scrollbar.css | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'desktop-themes') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css index 4e3c1e3b..81b19630 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css @@ -285,7 +285,6 @@ EogScrollView, /* Eog */ CheeseThumbView /* Cheese */ { background-color: @chrome_bg_color; - -EogScrollView-shadow-type: none; } .documents-counter { diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 08590063..c5a80ee5 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3574,7 +3574,8 @@ checkbutton:checked:focus:hover:active { checkbutton.text-button, radiobutton.text-button { padding: 1px; - outline-offset: 0; } + outline-offset: 0; +} /*************** * Header bars * diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index 3c6b0549..9f5656fd 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -256,9 +256,9 @@ /* EelEditableLabel (icon labels) */ .caja-navigation-window .view .entry, -.caja-navigation-window .view .entry:focus -.caja-desktop .entry, -.caja-desktop .entry:focus { +.caja-navigation-window .view .entry:focus, +.caja-desktop.view .entry, +.caja-desktop.view .entry:focus { border-image: none; border-style: solid; border-width: 1px; diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/scrollbar.css b/desktop-themes/Blue-Submarine/gtk-3.0/scrollbar.css index 93a15143..cde68eb2 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/scrollbar.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/scrollbar.css @@ -20,7 +20,7 @@ scrollbar { /* the small square between scrollbars!!! no borders with background-image */ -.scrollbars-junction { +scrolledwindow junction { background-image: linear-gradient(to bottom, shade(@theme_bg_color, 1.05), shade(@theme_bg_color, 1.05)); -- cgit v1.2.1