summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-26 19:32:54 +0200
committerraveit65 <[email protected]>2015-04-26 19:51:30 +0200
commit2d068581dae22288c10691d5bb894970b71b78a5 (patch)
tree412e4db04c3691d81187b186abbc26a9e0e19a9c /desktop-themes
parent58effc7efa52db8c7ae6bd48e55ffeceb4045d36 (diff)
downloadmate-themes-2d068581dae22288c10691d5bb894970b71b78a5.tar.bz2
mate-themes-2d068581dae22288c10691d5bb894970b71b78a5.tar.xz
ContrastHighInverse GTK3: add support for GtkCalendar
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
index 41c5f92a..ba1f9174 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
@@ -1777,6 +1777,42 @@ GtkProgressBar.osd.progressbar {
border-style: none;
}
+/**************
+ * Calendar *
+ **************/
+
+GtkCalendar {
+ padding: 2px;
+}
+
+GtkCalendar.view {
+ border-color: @theme_selected_bg_color;
+ 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;
+}
+
+GtkCalendar.highlight {
+ background-color: @theme_selected_bg_color;
+ color: @theme_selected_fg_color;
+ border-radius: 0;
+ padding: 0;
+ border-width: 0;
+}
+
/***************
* Header bars *
***************/