aboutsummaryrefslogtreecommitdiff
path: root/.themes/FlatColor/gtk-3.20/widgets/calendar.css
diff options
context:
space:
mode:
Diffstat (limited to '.themes/FlatColor/gtk-3.20/widgets/calendar.css')
-rw-r--r--.themes/FlatColor/gtk-3.20/widgets/calendar.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/.themes/FlatColor/gtk-3.20/widgets/calendar.css b/.themes/FlatColor/gtk-3.20/widgets/calendar.css
new file mode 100644
index 0000000..6e09c93
--- /dev/null
+++ b/.themes/FlatColor/gtk-3.20/widgets/calendar.css
@@ -0,0 +1,35 @@
+/************
+ * Calendar *
+ ***********/
+calendar {
+ padding: 1px;
+ border: 2px solid @bg_color;
+ border-radius: 4px;
+ color: @selected_fg_color;
+}
+
+calendar:disabled {
+ color: shade(@selected_fg_color, 0.8) ;
+}
+
+calendar:selected {
+ border-radius: 0px;
+}
+
+calendar.header {
+ border: none;
+ background-color: @tooltip_bg_color;
+ border-radius: 3px;
+}
+
+calendar:indeterminate {
+ color: alpha(currentColor, 0.4);
+}
+
+calendar.highlight {
+ background-color: alpha(@selected_bg_color, 0.1);
+ color: @selected_fg_color;
+ font-weight: 100;
+ border-radius: 3px;
+ padding: 2px
+}