[gtk-css-engine] [moblesse] Basic calendar.
- From: Robert Staudinger <robsta src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtk-css-engine] [moblesse] Basic calendar.
- Date: Mon, 22 Jun 2009 13:23:53 -0400 (EDT)
commit 0902e579300671d24379140e6dd6f5895836a211
Author: Robert Staudinger <robsta gnome org>
Date: Mon Jun 22 19:23:44 2009 +0200
[moblesse] Basic calendar.
data/user-agent.css | 6 ++++++
themes/moblesse/gtk-2.0/gtkrc.css | 5 +++++
2 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/data/user-agent.css b/data/user-agent.css
index 1d4b190..b8a65f6 100644
--- a/data/user-agent.css
+++ b/data/user-agent.css
@@ -10,6 +10,12 @@ GtkButton > box {
border-radius: inherit;
}
+GtkCalendar > shadow {
+ background: inherit;
+ border: inherit;
+ border-radius: inherit;
+}
+
GtkCellRendererProgress > box {
background: inherit;
border: inherit;
diff --git a/themes/moblesse/gtk-2.0/gtkrc.css b/themes/moblesse/gtk-2.0/gtkrc.css
index ae71ff0..b89d653 100644
--- a/themes/moblesse/gtk-2.0/gtkrc.css
+++ b/themes/moblesse/gtk-2.0/gtkrc.css
@@ -71,6 +71,11 @@ GtkButton:prelight, GtkComboBox:prelight {
background: gtk-color(selected_bg_color);
}
+GtkCalendar {
+ background: gtk-color(base_color);
+ border: 1px solid; /* FIXME seems not to apply. */
+}
+
GtkEntry {
background: gtk-color(base_color);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]