aboutsummaryrefslogtreecommitdiff
path: root/.themes/FlatColor/gtk-3.0/widgets/calendar.css
diff options
context:
space:
mode:
Diffstat (limited to '.themes/FlatColor/gtk-3.0/widgets/calendar.css')
-rw-r--r--.themes/FlatColor/gtk-3.0/widgets/calendar.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/.themes/FlatColor/gtk-3.0/widgets/calendar.css b/.themes/FlatColor/gtk-3.0/widgets/calendar.css
new file mode 100644
index 0000000..008c416
--- /dev/null
+++ b/.themes/FlatColor/gtk-3.0/widgets/calendar.css
@@ -0,0 +1,35 @@
+/***********
+* calendar *
+************/
+GtkCalendar {
+ padding: 4px;
+}
+
+GtkCalendar:inconsistent {
+ color: mix(@theme_fg_color, @theme_bg_color, 0.3);
+}
+
+GtkCalendar.view,
+GtkCalendar.header {
+ border-radius: 0;
+ background-color: @theme_bg_color;
+ border-width: 0;
+}
+GtkCalendar.button,
+GtkCalendar.button:focus,
+GtkCalendar.button:hover,
+GtkCalendar.button:hover:focus,
+GtkCalendar.button:active:focus,
+GtkCalendar.button:insensitive {
+ color: @theme_fg_color;
+ border-width: 0;
+ background-color: transparent;
+ background-image: none;
+}
+
+.highlight,
+GtkCalendar.highlight {
+ border-width: 0;
+ background-color: @theme_base_color;
+ color: @theme_selected_fg_color;
+}