From e9de5f108306a7c2a77caebca22117abeb866629 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 16 Mar 2016 21:56:33 -0400 Subject: [PATCH] HighContrast: Fix actionbar borders Make the selector more specific so that it doesn't affect contained boxes. Copied from Adwaita. https://bugzilla.gnome.org/show_bug.cgi?id=763775 --- gtk/theme/HighContrast/_common.scss | 4 ++-- gtk/theme/HighContrast/gtk-contained-inverse.css | 4 ++-- gtk/theme/HighContrast/gtk-contained.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss index de48670d16..8ebf813f50 100644 --- a/gtk/theme/HighContrast/_common.scss +++ b/gtk/theme/HighContrast/_common.scss @@ -2470,7 +2470,7 @@ levelbar { } /********** - * rames * + * frames * **********/ frame border, .frame { @@ -2480,7 +2480,7 @@ frame border, padding: 0; } -actionbar box { +actionbar > revealer > box { padding: 6px; border-width: 1px 0 0; border-color: $borders_color; diff --git a/gtk/theme/HighContrast/gtk-contained-inverse.css b/gtk/theme/HighContrast/gtk-contained-inverse.css index 9aafe337b6..88008d9153 100644 --- a/gtk/theme/HighContrast/gtk-contained-inverse.css +++ b/gtk/theme/HighContrast/gtk-contained-inverse.css @@ -2533,7 +2533,7 @@ popover.background radiobutton:selected, color: #fff; } /********** - * rames * + * frames * **********/ frame border, .frame { @@ -2546,7 +2546,7 @@ frame border, .frame:backdrop { border-color: #737373; } -actionbar box { +actionbar > revealer > box { padding: 6px; border-width: 1px 0 0; border-color: gray; diff --git a/gtk/theme/HighContrast/gtk-contained.css b/gtk/theme/HighContrast/gtk-contained.css index c88003b159..f5b3f012be 100644 --- a/gtk/theme/HighContrast/gtk-contained.css +++ b/gtk/theme/HighContrast/gtk-contained.css @@ -2542,7 +2542,7 @@ popover.background radiobutton:selected, color: #fff; } /********** - * rames * + * frames * **********/ frame border, .frame { @@ -2555,7 +2555,7 @@ frame border, .frame:backdrop { border-color: #8d8d8d; } -actionbar box { +actionbar > revealer > box { padding: 6px; border-width: 1px 0 0; border-color: gray;