[gnome-themes-standard] Add a dim-label class
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Add a dim-label class
- Date: Mon, 14 Mar 2011 18:07:36 +0000 (UTC)
commit 4455117089dcc99192c31ee43b07a1faa43bdbc1
Author: William Jon McCann <jmccann redhat com>
Date: Mon Mar 14 14:06:05 2011 -0400
Add a dim-label class
Currently used in settings panels in order to accentuate
the value rather than the label.
themes/Adwaita/gtk-3.0/gtk.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 9a7c4a2..6626921 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -1067,6 +1067,10 @@ GtkCalendar.highlight {
color: @error_fg_color;
}
+.dim-label {
+ color: mix (@theme_fg_color, @theme_bg_color, 0.50);
+}
+
GtkTreeView.GtkFileChooserDefaultSidebar {
background-color: #f6f6f4;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]