[gtk+] Adwaita: reorderable tabs inhert in backdrop
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Adwaita: reorderable tabs inhert in backdrop
- Date: Tue, 15 Jul 2014 11:29:27 +0000 (UTC)
commit df0d3caa9a4085732884f8e33be1e2bf666db769
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Tue Jul 15 13:28:40 2014 +0200
Adwaita: reorderable tabs inhert in backdrop
gtk/resources/theme/Adwaita/_common.scss | 3 +++
gtk/resources/theme/Adwaita/gtk-contained-dark.css | 2 ++
gtk/resources/theme/Adwaita/gtk-contained.css | 2 ++
3 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss
index f3f2715..1baa894 100644
--- a/gtk/resources/theme/Adwaita/_common.scss
+++ b/gtk/resources/theme/Adwaita/_common.scss
@@ -1271,6 +1271,9 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells
.prelight-page GtkLabel, GtkLabel.prelight-page {
// prelight tab text
color: mix($fg_color, $insensitive_fg_color, 50%);
+ &:backdrop { // FIXME, it's the same as GtkLabel:backdrop up here
+ color: mix($backdrop_fg_color, $backdrop_insensitive_color, 50%);
+ }
}
.active-page GtkLabel, GtkLabel.active-page {
// active tab text
diff --git a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
index 8334fe1..2a08b63 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
@@ -1427,6 +1427,8 @@ GtkTreeView.view.progressbar {
color: #878b8a; }
.notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page {
color: #c0c2c0; }
+ .notebook tab .prelight-page GtkLabel:backdrop, .notebook tab GtkLabel.prelight-page:backdrop {
+ color: #878b8a; }
.notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page {
color: #eeeeec; }
.notebook tab .active-page GtkLabel:backdrop, .notebook tab GtkLabel.active-page:backdrop {
diff --git a/gtk/resources/theme/Adwaita/gtk-contained.css b/gtk/resources/theme/Adwaita/gtk-contained.css
index 21845c4..3a8e1b7 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained.css
@@ -1420,6 +1420,8 @@ GtkTreeView.view.progressbar {
color: #8d9090; }
.notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page {
color: #5d6263; }
+ .notebook tab .prelight-page GtkLabel:backdrop, .notebook tab GtkLabel.prelight-page:backdrop {
+ color: #8d9090; }
.notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page {
color: #2e3436; }
.notebook tab .active-page GtkLabel:backdrop, .notebook tab GtkLabel.active-page:backdrop {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]