Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gtk3/theme/gtk-widgets.css.em20
1 files changed, 8 insertions, 12 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 56c8678..b9a39d5 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -307,13 +307,19 @@ GtkComboBox .separator {
.notebook tab {
background-color: @selection_grey;
- color: @white;
}
+/* Setting white color to the tab labels using only the previous rule */
+/* doesn't work, so we have to set white color to the GtkLabel, and make */
+/* sure the buttons get black color in the next two rules: */
.notebook tab GtkLabel {
color: @white;
}
+.notebook tab .button GtkLabel {
+ color: @black;
+}
+
.notebook tab:active {
background-color: @toolbar_grey;
}
@@ -346,10 +352,6 @@ SugarAlert {
color: @white;
}
-SugarAlert GtkLabel {
- color: @white;
-}
-
SugarAlert *:insensitive {
background-color: @black;
}
@@ -374,9 +376,6 @@ SugarHTray * , SugarVTray * { background-color: @toolbar_grey;}
SugarPaletteWindowWidget {
background-color: @black;
-}
-
-SugarPaletteWindowWidget GtkLabel {
color: @white;
}
@@ -517,10 +516,7 @@ GtkVSeparator, GtkHSeparator,
.toolbar {
padding: 0px;
background-color: @toolbar_grey;
-}
-
-.toolbar GtkLabel {
- color: @white;
+color: @white;
}
.toolbar .button,