From 6aa6cdbfd19dd711e89a4ffe7bad12d036eb691c Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 21 Oct 2015 20:15:16 +0200 Subject: more pane-separator fixes --- common/gtk-3.0/3.14/gtk-contained-dark.css | 8 ++++---- common/gtk-3.0/3.14/gtk-contained-darker.css | 8 ++++---- common/gtk-3.0/3.14/gtk-contained-solid-dark.css | 8 ++++---- common/gtk-3.0/3.14/gtk-contained-solid-darker.css | 8 ++++---- common/gtk-3.0/3.14/gtk-contained-solid.css | 8 ++++---- common/gtk-3.0/3.14/gtk-contained.css | 8 ++++---- common/gtk-3.0/3.14/sass/_transparent_widgets.scss | 8 ++++---- 7 files changed, 28 insertions(+), 28 deletions(-) (limited to 'common') diff --git a/common/gtk-3.0/3.14/gtk-contained-dark.css b/common/gtk-3.0/3.14/gtk-contained-dark.css index 2373f8b..8cd1fb1 100644 --- a/common/gtk-3.0/3.14/gtk-contained-dark.css +++ b/common/gtk-3.0/3.14/gtk-contained-dark.css @@ -3849,7 +3849,7 @@ GtkFileChooserDialog, NautilusWindow, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: rgba(42, 45, 55, 0.95); } + background-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95)); } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { background-color: rgba(53, 57, 69, 0.95); } @@ -3884,7 +3884,7 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: rgba(38, 42, 51, 0.97); } + background-image: linear-gradient(to bottom, rgba(38, 42, 51, 0.97)); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { @@ -3908,10 +3908,10 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: rgba(42, 45, 55, 0.95); } + background-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95)); } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #2b2e39; } + background-image: linear-gradient(to bottom, #2b2e39); } GeditWindow.background > .titlebar.default-decoration, GeditWindow.background > .titlebar.default-decoration:backdrop { diff --git a/common/gtk-3.0/3.14/gtk-contained-darker.css b/common/gtk-3.0/3.14/gtk-contained-darker.css index dfb6844..c4ff205 100644 --- a/common/gtk-3.0/3.14/gtk-contained-darker.css +++ b/common/gtk-3.0/3.14/gtk-contained-darker.css @@ -3842,7 +3842,7 @@ GtkFileChooserDialog, NautilusWindow, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: rgba(53, 57, 69, 0.95); } + background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { background-color: rgba(53, 57, 69, 0.95); } @@ -3877,7 +3877,7 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: rgba(38, 42, 51, 0.97); } + background-image: linear-gradient(to bottom, rgba(38, 42, 51, 0.97)); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { @@ -3901,10 +3901,10 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: rgba(53, 57, 69, 0.95); } + background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #dbdfe3; } + background-image: linear-gradient(to bottom, #dbdfe3); } GeditWindow.background > .titlebar.default-decoration, GeditWindow.background > .titlebar.default-decoration:backdrop { diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css index a8e0867..4482277 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css @@ -3849,7 +3849,7 @@ GtkFileChooserDialog, NautilusWindow, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: #2a2d37; } + background-image: linear-gradient(to bottom, #2a2d37); } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { background-color: #353945; } @@ -3884,7 +3884,7 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: #262a33; } + background-image: linear-gradient(to bottom, #262a33); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { @@ -3908,10 +3908,10 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: #2a2d37; } + background-image: linear-gradient(to bottom, #2a2d37); } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #2b2e39; } + background-image: linear-gradient(to bottom, #2b2e39); } GeditWindow.background > .titlebar.default-decoration, GeditWindow.background > .titlebar.default-decoration:backdrop { diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css index c48d25c..3d382b6 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css @@ -3842,7 +3842,7 @@ GtkFileChooserDialog, NautilusWindow, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: #353945; } + background-image: linear-gradient(to bottom, #353945); } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { background-color: #353945; } @@ -3877,7 +3877,7 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: #262a33; } + background-image: linear-gradient(to bottom, #262a33); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { @@ -3901,10 +3901,10 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: #353945; } + background-image: linear-gradient(to bottom, #353945); } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #dbdfe3; } + background-image: linear-gradient(to bottom, #dbdfe3); } GeditWindow.background > .titlebar.default-decoration, GeditWindow.background > .titlebar.default-decoration:backdrop { diff --git a/common/gtk-3.0/3.14/gtk-contained-solid.css b/common/gtk-3.0/3.14/gtk-contained-solid.css index baa379f..6e0b4a1 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid.css @@ -3842,7 +3842,7 @@ GtkFileChooserDialog, NautilusWindow, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: #353945; } + background-image: linear-gradient(to bottom, #353945); } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { background-color: #353945; } @@ -3877,7 +3877,7 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: #d4d5db; } + background-image: linear-gradient(to bottom, #d4d5db); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { @@ -3901,10 +3901,10 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: #353945; } + background-image: linear-gradient(to bottom, #353945); } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #dbdfe3; } + background-image: linear-gradient(to bottom, #dbdfe3); } GeditWindow.background > .titlebar.default-decoration, GeditWindow.background > .titlebar.default-decoration:backdrop { diff --git a/common/gtk-3.0/3.14/gtk-contained.css b/common/gtk-3.0/3.14/gtk-contained.css index 4017245..5531430 100644 --- a/common/gtk-3.0/3.14/gtk-contained.css +++ b/common/gtk-3.0/3.14/gtk-contained.css @@ -3842,7 +3842,7 @@ GtkFileChooserDialog, NautilusWindow, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: rgba(53, 57, 69, 0.95); } + background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { background-color: rgba(53, 57, 69, 0.95); } @@ -3877,7 +3877,7 @@ GeditWindow.background.csd > .titlebar .pane-separator, GeditWindow.background.csd.maximized > .titlebar .pane-separator, GeditWindow.background.csd > .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: rgba(212, 213, 219, 0.95); } + background-image: linear-gradient(to bottom, rgba(212, 213, 219, 0.95)); } FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { @@ -3901,10 +3901,10 @@ GeditWindow.background.csd { background-color: transparent; } GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: rgba(53, 57, 69, 0.95); } + background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); } GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #dbdfe3; } + background-image: linear-gradient(to bottom, #dbdfe3); } GeditWindow.background > .titlebar.default-decoration, GeditWindow.background > .titlebar.default-decoration:backdrop { diff --git a/common/gtk-3.0/3.14/sass/_transparent_widgets.scss b/common/gtk-3.0/3.14/sass/_transparent_widgets.scss index c89875f..85ece35 100644 --- a/common/gtk-3.0/3.14/sass/_transparent_widgets.scss +++ b/common/gtk-3.0/3.14/sass/_transparent_widgets.scss @@ -58,7 +58,7 @@ MarlinViewWindow { GtkFileChooserDialog, NautilusWindow, NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, -MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {background-color: $dark_sidebar_border} +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { background-image: linear-gradient(to bottom, $dark_sidebar_border); } GtkFileChooserDialog { @@ -101,7 +101,7 @@ GeditWindow.background.csd { > .titlebar .pane-separator, &.maximized > .titlebar .pane-separator, > .titlebar .pane-separator:backdrop, - &.maximized > .titlebar .pane-separator:backdrop { background-color: $header_border; } + &.maximized > .titlebar .pane-separator:backdrop { background-image: linear-gradient(to bottom, $header_border); } > .titlebar > GtkHeaderBar.header-bar.titlebar { background-color: $header_bg; @@ -125,8 +125,8 @@ GeditWindow.background.csd > .titlebar { GeditWindow.background { &.csd { background-color: transparent; } - .gedit-side-panel-paned .pane-separator { background-color: $dark_sidebar_border; } - .gedit-bottom-panel-paned .pane-separator { background-color: $borders_color; } + .gedit-side-panel-paned .pane-separator { background-image: linear-gradient(to bottom, $dark_sidebar_border); } + .gedit-bottom-panel-paned .pane-separator { background-image: linear-gradient(to bottom, $borders_color); } > .titlebar.default-decoration, > .titlebar.default-decoration:backdrop { background-color: opacify($header_bg, 1); } // fix for elementary OS -- cgit v1.2.3