From 67979ecc32b9c93fe82542aeb1e2a7f8c2b9537c Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 29 Sep 2015 15:55:56 +0200 Subject: gedit: fix scrollbars-junction --- common/gtk-3.0/3.14/gtk-contained-dark.css | 5 +++++ common/gtk-3.0/3.14/gtk-contained-darker.css | 5 +++++ common/gtk-3.0/3.14/gtk-contained-solid-dark.css | 5 +++++ common/gtk-3.0/3.14/gtk-contained-solid-darker.css | 5 +++++ common/gtk-3.0/3.14/gtk-contained-solid.css | 5 +++++ common/gtk-3.0/3.14/gtk-contained.css | 5 +++++ common/gtk-3.0/3.14/sass/_transparent_widgets.scss | 11 ++++++----- 7 files changed, 36 insertions(+), 5 deletions(-) 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 6fb98ce..4bd2b29 100644 --- a/common/gtk-3.0/3.14/gtk-contained-dark.css +++ b/common/gtk-3.0/3.14/gtk-contained-dark.css @@ -3868,6 +3868,11 @@ GeditFileBrowserWidget { background-color: rgba(53, 57, 69, 0.95); } .maximized GeditFileBrowserWidget { background-color: #353945; } + GeditFileBrowserWidget .scrollbars-junction, + GeditFileBrowserWidget .scrollbar.trough, + GeditFileBrowserWidget .scrollbars-junction.frame, GeditFileBrowserWidget .frame.scrollbar.trough { + border-color: transparent; + background-color: transparent; } GeditFileBrowserWidget .horizontal { background-color: transparent; border-color: rgba(37, 40, 49, 0.95); } 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 419a6fa..650b69d 100644 --- a/common/gtk-3.0/3.14/gtk-contained-darker.css +++ b/common/gtk-3.0/3.14/gtk-contained-darker.css @@ -3861,6 +3861,11 @@ GeditFileBrowserWidget { background-color: rgba(53, 57, 69, 0.95); } .maximized GeditFileBrowserWidget { background-color: #353945; } + GeditFileBrowserWidget .scrollbars-junction, + GeditFileBrowserWidget .scrollbar.trough, + GeditFileBrowserWidget .scrollbars-junction.frame, GeditFileBrowserWidget .frame.scrollbar.trough { + border-color: transparent; + background-color: transparent; } GeditFileBrowserWidget .horizontal { background-color: transparent; border-color: rgba(37, 40, 49, 0.95); } 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 e017ec6..e4016cc 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 @@ -3868,6 +3868,11 @@ GeditFileBrowserWidget { background-color: #353945; } .maximized GeditFileBrowserWidget { background-color: #353945; } + GeditFileBrowserWidget .scrollbars-junction, + GeditFileBrowserWidget .scrollbar.trough, + GeditFileBrowserWidget .scrollbars-junction.frame, GeditFileBrowserWidget .frame.scrollbar.trough { + border-color: transparent; + background-color: transparent; } GeditFileBrowserWidget .horizontal { background-color: transparent; border-color: #252831; } 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 c5553ea..68d7715 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 @@ -3861,6 +3861,11 @@ GeditFileBrowserWidget { background-color: #353945; } .maximized GeditFileBrowserWidget { background-color: #353945; } + GeditFileBrowserWidget .scrollbars-junction, + GeditFileBrowserWidget .scrollbar.trough, + GeditFileBrowserWidget .scrollbars-junction.frame, GeditFileBrowserWidget .frame.scrollbar.trough { + border-color: transparent; + background-color: transparent; } GeditFileBrowserWidget .horizontal { background-color: transparent; border-color: #252831; } 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 23f6ad7..2d80d80 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid.css @@ -3861,6 +3861,11 @@ GeditFileBrowserWidget { background-color: #353945; } .maximized GeditFileBrowserWidget { background-color: #353945; } + GeditFileBrowserWidget .scrollbars-junction, + GeditFileBrowserWidget .scrollbar.trough, + GeditFileBrowserWidget .scrollbars-junction.frame, GeditFileBrowserWidget .frame.scrollbar.trough { + border-color: transparent; + background-color: transparent; } GeditFileBrowserWidget .horizontal { background-color: transparent; border-color: #252831; } diff --git a/common/gtk-3.0/3.14/gtk-contained.css b/common/gtk-3.0/3.14/gtk-contained.css index 251b64b..48c84fd 100644 --- a/common/gtk-3.0/3.14/gtk-contained.css +++ b/common/gtk-3.0/3.14/gtk-contained.css @@ -3861,6 +3861,11 @@ GeditFileBrowserWidget { background-color: rgba(53, 57, 69, 0.95); } .maximized GeditFileBrowserWidget { background-color: #353945; } + GeditFileBrowserWidget .scrollbars-junction, + GeditFileBrowserWidget .scrollbar.trough, + GeditFileBrowserWidget .scrollbars-junction.frame, GeditFileBrowserWidget .frame.scrollbar.trough { + border-color: transparent; + background-color: transparent; } GeditFileBrowserWidget .horizontal { background-color: transparent; border-color: rgba(37, 40, 49, 0.95); } 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 045a2f7..47dc6a1 100644 --- a/common/gtk-3.0/3.14/sass/_transparent_widgets.scss +++ b/common/gtk-3.0/3.14/sass/_transparent_widgets.scss @@ -165,6 +165,12 @@ GeditFileBrowserWidget { .scrollbar { @extend %dark_sidebar_scrollbar } + .scrollbars-junction, + .scrollbars-junction.frame { + border-color: transparent; + background-color: transparent; + } + .horizontal { background-color: transparent; border-color: darken($dark_sidebar_bg, 7%); @@ -224,9 +230,4 @@ GeditWindow.background.csd GeditFileBrowserView.view { background-color: transparent; } } - &s-junction, - &s-junction.frame { - border-color: transparent; - background-color: transparent; - } } -- cgit v1.2.3