[gtk+] HighContrast: Fix sidebar borders



commit 907fade7d02dad8b6aea120c20e92019fb26cebe
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jan 5 16:53:03 2016 -0500

    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 20ab32f..e9459f9 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 17b0fb3..ac06080 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; }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]