[gnome-themes-standard] highcontrast: make switch and column header fonts bold



commit b877c4c6df8a5b96f73a92f4cd96138b6a90ad41
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Apr 24 18:22:11 2012 -0400

    highcontrast: make switch and column header fonts bold

 themes/a11y-base.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index 87c0706..697541d 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -352,6 +352,10 @@ GtkSwitch.slider {
     background-color: @theme_slider_bg;
 }
 
+GtkSwitch {
+    font: bold;
+}
+
 GtkSwitch.slider:insensitive {
     background-color: @theme_insensitive_bg;
     border-color: @theme_insensitive_color;
@@ -402,6 +406,8 @@ GtkScrolledWindow.frame {
 }
 
 column-header .button {
+    font: bold;
+
     border-top-width: 0;
     border-right-width: 0;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]