[gtk-css-engine] [moblesse] Theme gtk-cell-view.
- From: Robert Staudinger <robsta src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk-css-engine] [moblesse] Theme gtk-cell-view.
- Date: Tue, 4 Aug 2009 16:45:21 +0000 (UTC)
commit c8a1eb9b5a2294dd487ebfbbfa10784293c6f52e
Author: Robert Staudinger <robsta gnome org>
Date: Tue Aug 4 17:01:56 2009 +0200
[moblesse] Theme gtk-cell-view.
So hovered combo-boxes show up correctly.
src/gce-rc-style.c | 1 -
themes/moblesse/gtk-2.0/gtkrc.css | 8 ++++++++
2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/src/gce-rc-style.c b/src/gce-rc-style.c
index a8652df..47483bf 100644
--- a/src/gce-rc-style.c
+++ b/src/gce-rc-style.c
@@ -90,7 +90,6 @@ parse_href (GtkRcStyle *rc_style,
g_critical ("Could not create stylesheet `%s'", gce_file);
}
g_free (gce_file), gce_file = NULL;
- /* ccss_stylesheet_dump (_stylesheet); */
/* User-agent stylesheet */
stylesheet = ccss_stylesheet_add_from_file (stylesheet, GCE_UA_STYLESHEET,
diff --git a/themes/moblesse/gtk-2.0/gtkrc.css b/themes/moblesse/gtk-2.0/gtkrc.css
index b375f77..4b9fa46 100644
--- a/themes/moblesse/gtk-2.0/gtkrc.css
+++ b/themes/moblesse/gtk-2.0/gtkrc.css
@@ -114,6 +114,14 @@ GtkCalendar > arrow {
background: gtk-mix(0.5, selected_bg_color, grey);
}
+GtkCellView {
+ color: gtk-color(text_color);
+}
+
+GtkCellView:prelight {
+ color: gtk-color(selected_fg_color);
+}
+
GtkComboBoxEntry > GtkButton {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]