[gnome-themes-standard/highcontrast-improvements] highcontrast: make switch and column header fonts bold
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/highcontrast-improvements] highcontrast: make switch and column header fonts bold
- Date: Tue, 24 Apr 2012 22:22:25 +0000 (UTC)
commit bf9e5ff16e993a271142cc0f336f59e0b9fde415
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]