From 907fade7d02dad8b6aea120c20e92019fb26cebe Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 5 Jan 2016 16:53:03 -0500 Subject: [PATCH] HighContrast: Fix sidebar borders --- gtk/theme/HighContrast/_common.scss | 2 +- gtk/theme/HighContrast/gtk.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss index 20ab32f190..e9459f9029 100644 --- a/gtk/theme/HighContrast/_common.scss +++ b/gtk/theme/HighContrast/_common.scss @@ -2200,7 +2200,7 @@ GtkFileChooserDialog { @extend %selected_items; } - & > GtkScrolledWindow > .frame { + & > scrolledwindow > .frame { border-right: 1px solid $borders_color; &:dir(rtl) { border-right: none; diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css index 17b0fb3ad5..ac060807ab 100644 --- a/gtk/theme/HighContrast/gtk.css +++ b/gtk/theme/HighContrast/gtk.css @@ -2502,9 +2502,9 @@ GtkFileChooserDialog .dialog-action-box { border: none; } .sidebar:backdrop { background-color: #fff; } - .sidebar > GtkScrolledWindow > .frame { + .sidebar > scrolledwindow > .frame { border-right: 1px solid gray; } - .sidebar > GtkScrolledWindow > .frame:dir(rtl) { + .sidebar > scrolledwindow > .frame:dir(rtl) { border-right: none; border-left: 1px solid gray; }