[gtk+] Adwaita: Insensitive notebook arrows
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Adwaita: Insensitive notebook arrows
- Date: Fri, 12 Feb 2016 23:34:04 +0000 (UTC)
commit 4c37719639ee5121d729c81d8ab30a23670de559
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Feb 12 18:24:20 2016 -0500
Adwaita: Insensitive notebook arrows
Just make insensitive notebook arrows gray until better
styling appears.
https://bugzilla.gnome.org/show_bug.cgi?id=761716
gtk/theme/Adwaita/_common.scss | 4 ++++
gtk/theme/Adwaita/gtk-contained-dark.css | 2 ++
gtk/theme/Adwaita/gtk-contained.css | 2 ++
3 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index c4dca89..e522a5c 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -1831,6 +1831,10 @@ notebook {
}
}
+ arrow:disabled {
+ color: $insensitive_fg_color;
+ }
+
tab {
font-weight: bold;
min-height: 36px;
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index 8357667..1f6b4a2 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -2193,6 +2193,8 @@ notebook > header {
box-shadow: none; }
notebook > header.right > tabs > tab:active {
box-shadow: inset 3px 0 #215d9c; }
+ notebook > header arrow:disabled {
+ color: #949796; }
notebook > header tab {
font-weight: bold;
min-height: 36px;
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 555d1d2..67eb292 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -2203,6 +2203,8 @@ notebook > header {
box-shadow: none; }
notebook > header.right > tabs > tab:active {
box-shadow: inset 3px 0 #4a90d9; }
+ notebook > header arrow:disabled {
+ color: #8b8e8f; }
notebook > header tab {
font-weight: bold;
min-height: 36px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]