diff options
author | Horst3180 | 2015-07-10 20:11:41 +0200 |
---|---|---|
committer | Horst3180 | 2015-07-10 20:11:41 +0200 |
commit | 1c804f70a46468337082335fd74de6430e9b7f61 (patch) | |
tree | cf7b846b2820baeda11fe121252b5aa198630293 /common/gtk-3.0/3.16/gtk-contained.css | |
parent | b020ab667a280c0e595088790b3b6cc3a6017519 (diff) | |
download | solarc-theme-1c804f70a46468337082335fd74de6430e9b7f61.tar.gz solarc-theme-1c804f70a46468337082335fd74de6430e9b7f61.tar.xz solarc-theme-1c804f70a46468337082335fd74de6430e9b7f61.zip |
set color for GtkCalendar
Diffstat (limited to 'common/gtk-3.0/3.16/gtk-contained.css')
-rw-r--r-- | common/gtk-3.0/3.16/gtk-contained.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.16/gtk-contained.css b/common/gtk-3.0/3.16/gtk-contained.css index f0ed87c..8abc3e4 100644 --- a/common/gtk-3.0/3.16/gtk-contained.css +++ b/common/gtk-3.0/3.16/gtk-contained.css @@ -1857,6 +1857,7 @@ GtkScrolledWindow GtkViewport.frame { * Calendar * ***********/ GtkCalendar { + color: #5c616c; border: 1px solid #dde3e9; border-radius: 3px; padding: 2px; } |