[gtk+] Adwaita: theme acceleditor > label
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Adwaita: theme acceleditor > label
- Date: Wed, 30 Mar 2016 23:50:35 +0000 (UTC)
commit d8da5879aa194f75aed6cd47e29600cd8ad630fc
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Mar 30 17:08:39 2016 -0400
Adwaita: theme acceleditor > label
We need to have an opaque background here, otherwise the underlying
cell shines through.
https://bugzilla.gnome.org/show_bug.cgi?id=764376
gtk/theme/Adwaita/_common.scss | 4 ++++
gtk/theme/Adwaita/gtk-contained-dark.css | 3 +++
gtk/theme/Adwaita/gtk-contained.css | 3 +++
3 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 25de61f..0e188ce 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -401,6 +401,10 @@ entry {
}
}
+treeview acceleditor > label {
+ background-color: $selected_bg_color;
+}
+
treeview entry {
&.flat, & {
border-radius: 0;
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index 8966f2e..70c8302 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -387,6 +387,9 @@ entry:drop(active):not(:only-child) + button,
entry:drop(active):not(:only-child) + combobox > box > button.combo {
border-top-color: #4e9a06; }
+treeview acceleditor > label {
+ background-color: #215d9c; }
+
treeview entry.flat, treeview entry {
border-radius: 0;
background-image: none;
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 5e0e1e0..5b8faa8 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -387,6 +387,9 @@ entry:drop(active):not(:only-child) + button,
entry:drop(active):not(:only-child) + combobox > box > button.combo {
border-top-color: #4e9a06; }
+treeview acceleditor > label {
+ background-color: #4a90d9; }
+
treeview entry.flat, treeview entry {
border-radius: 0;
background-image: none;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]