[gnome-themes-standard] assistant: improve assistant appearance
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] assistant: improve assistant appearance
- Date: Thu, 19 May 2011 14:55:26 +0000 (UTC)
commit 378d78fc6a025681e4938ba525363aec74c72762
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Wed May 18 17:31:52 2011 -0400
assistant: improve assistant appearance
themes/Adwaita/gtk-3.0/gtk-widgets.css | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index e08a43b..6ed652f 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -956,12 +956,27 @@ GtkTreeMenu .menuitem * {
background-color: shade (@theme_bg_color, 1.02);
}
-.sidebar .highlight
-{
+/****************
+ * GtkAssistant *
+ ****************/
+GtkAssistant .sidebar .highlight {
color: @theme_fg_color;
font: bold;
}
+GtkAssistant .sidebar {
+ padding: 12;
+
+ border-width: 1;
+ border-radius: 2;
+ border-style: solid;
+ border-color: @inactive_frame_color;
+
+ color: mix (@theme_fg_color, @theme_bg_color, 0.40);
+
+ background-color: shade (@theme_bg_color, 0.97);
+}
+
/*************
* GtkSwitch *
*************/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]