summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-25 21:22:48 +0200
committerraveit65 <[email protected]>2015-04-25 21:22:48 +0200
commit7dfd819ea00f937bb285d31e39052833fe218b67 (patch)
tree3f611bfc8a6d74aa396dc6d8365056bc166d9cd2
parentee888f5ae1cd2fe4ffc192d8a7405214f383fcea (diff)
downloadmate-themes-7dfd819ea00f937bb285d31e39052833fe218b67.tar.bz2
mate-themes-7dfd819ea00f937bb285d31e39052833fe218b67.tar.xz
ContrastHigh GTK3: add support for GtkCalendar
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
index 3694367e..22f694ba 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
@@ -1659,6 +1659,42 @@ GtkProgressBar.osd.progressbar {
border-style: none;
}
+/**************
+ * Calendar *
+ **************/
+
+GtkCalendar {
+ padding: 2px;
+}
+
+GtkCalendar.view {
+ border-radius: 0px;
+ border-style: solid;
+ border-width: 1px;
+ padding: 2px;
+}
+
+GtkCalendar.header {
+ border-radius: 0;
+ background-color: @theme_button_bg;
+ border-width: 0;
+}
+
+GtkCalendar.button,
+GtkCalendar.button:insensitive {
+ background-image: none;
+ background-color: transparent;
+}
+
+.highlight,
+GtkCalendar.highlight {
+ background-color: @theme_active_color;
+ color: @theme_base_color;
+ border-radius: 0;
+ padding: 0;
+ border-width: 0;
+}
+
/***************
* Header bars *
***************/