Adwaita: fix reorderable tab label color once again

This commit is contained in:
Lapo Calamandrei 2014-07-08 10:17:02 +02:00
parent eec6deba90
commit a3b98eab92
3 changed files with 11 additions and 13 deletions

View File

@ -1166,16 +1166,16 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells
GtkLabel { //tab text GtkLabel { //tab text
padding: 0 2px; // needed for a nicer focus ring padding: 0 2px; // needed for a nicer focus ring
font-weight: bold; font-weight: bold;
color: $insensitive_fg_color; /* color: inherit doesn't work here */ color: $insensitive_fg_color;
&:backdrop, &.prelight-page:backdrop { &:backdrop, &.prelight-page:backdrop {
color: mix($backdrop_fg_color, $backdrop_insensitive_color, 50%); color: mix($backdrop_fg_color, $backdrop_insensitive_color, 50%);
} }
} }
&.prelight-page GtkLabel, GtkLabel.prelight-page { .prelight-page GtkLabel, GtkLabel.prelight-page {
// prelight tab text // prelight tab text
color: mix($fg_color, $insensitive_fg_color, 50%); color: mix($fg_color, $insensitive_fg_color, 50%);
} }
&.active-page GtkLabel, GtkLabel.active-page { .active-page GtkLabel, GtkLabel.active-page {
// active tab text // active tab text
color: $fg_color; color: $fg_color;
&:backdrop { color: $backdrop_fg_color; } &:backdrop { color: $backdrop_fg_color; }

View File

@ -1334,15 +1334,14 @@ GtkTreeView.view.progressbar {
.notebook tab GtkLabel { .notebook tab GtkLabel {
padding: 0 2px; padding: 0 2px;
font-weight: bold; font-weight: bold;
color: #939695; color: #939695; }
/* color: inherit doesn't work here */ }
.notebook tab GtkLabel:backdrop, .notebook tab GtkLabel.prelight-page:backdrop { .notebook tab GtkLabel:backdrop, .notebook tab GtkLabel.prelight-page:backdrop {
color: #878b8a; } color: #878b8a; }
.notebook tab.prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page {
color: #c0c2c0; } color: #c0c2c0; }
.notebook tab.active-page GtkLabel, .notebook tab GtkLabel.active-page { .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page {
color: #eeeeec; } color: #eeeeec; }
.notebook tab.active-page GtkLabel:backdrop, .notebook tab GtkLabel.active-page:backdrop { .notebook tab .active-page GtkLabel:backdrop, .notebook tab GtkLabel.active-page:backdrop {
color: #c9cbc9; } color: #c9cbc9; }
.notebook tab .button { .notebook tab .button {
border: 1px solid transparent; border: 1px solid transparent;

View File

@ -1327,15 +1327,14 @@ GtkTreeView.view.progressbar {
.notebook tab GtkLabel { .notebook tab GtkLabel {
padding: 0 2px; padding: 0 2px;
font-weight: bold; font-weight: bold;
color: #8d9091; color: #8d9091; }
/* color: inherit doesn't work here */ }
.notebook tab GtkLabel:backdrop, .notebook tab GtkLabel.prelight-page:backdrop { .notebook tab GtkLabel:backdrop, .notebook tab GtkLabel.prelight-page:backdrop {
color: #8d9090; } color: #8d9090; }
.notebook tab.prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page {
color: #5d6263; } color: #5d6263; }
.notebook tab.active-page GtkLabel, .notebook tab GtkLabel.active-page { .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page {
color: #2e3436; } color: #2e3436; }
.notebook tab.active-page GtkLabel:backdrop, .notebook tab GtkLabel.active-page:backdrop { .notebook tab .active-page GtkLabel:backdrop, .notebook tab GtkLabel.active-page:backdrop {
color: #54595a; } color: #54595a; }
.notebook tab .button { .notebook tab .button {
border: 1px solid transparent; border: 1px solid transparent;