From c11094e358253954d111a4c8f01a5e9e9987a87a Mon Sep 17 00:00:00 2001 From: Sam Hewitt Date: Fri, 2 Jan 2015 01:28:03 -0500 Subject: [PATCH] Fixed notebook text. --- Paper/gtk-3.0/widgets/notebook.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Paper/gtk-3.0/widgets/notebook.css b/Paper/gtk-3.0/widgets/notebook.css index 69072a7..b052657 100644 --- a/Paper/gtk-3.0/widgets/notebook.css +++ b/Paper/gtk-3.0/widgets/notebook.css @@ -61,6 +61,28 @@ border-color: @backdrop_border; } +/* Labels */ +.notebook GtkLabel, +.notebook:active GtkLabel, +.notebook:focus GtkLabel, +.notebook:hover GtkLabel { + color: @text; +} + +.notebook:backdrop GtkLabel, +.notebook:backdrop:hover GtkLabel, +.notebook:active:backdrop GtkLabel { + color: @backdrop_text; +} + +.notebook:insensitive GtkLabel { + color: @insensitive_text; +} + +.notebook:insensitive:backdrop GtkLabel { + color: mix(@backdrop_text, @insensitive_text, 0.5); +} + /*----- Tabs -----*/