[gtk+] HighContrast: Fix actionbar borders
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] HighContrast: Fix actionbar borders
- Date: Thu, 17 Mar 2016 01:58:03 +0000 (UTC)
commit e9de5f108306a7c2a77caebca22117abeb866629
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Mar 16 21:56:33 2016 -0400
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 de48670..8ebf813 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 9aafe33..88008d9 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 c88003b..f5b3f01 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]