diff options
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-contained.css')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-contained.css | 5 |
1 files changed, 5 insertions, 0 deletions
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); } |