diff options
Diffstat (limited to 'template/yoga/theme/clear/theme.css')
-rw-r--r-- | template/yoga/theme/clear/theme.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index c4a7a5522..92216df92 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -77,3 +77,16 @@ A.navThumb, A.navThumb:hover { font-weight: bold; } +/*calendar elements*/ +SPAN.calItemSel { color: dark-gray; } + +SPAN.calItemEmpty { color: lightgray; } + + +/* nice looking month calendar*/ +TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid #7E7262;} + +TD.calDayCellEmpty { color: lightgray; } + +.calBackDate { color: #000; } +.calForeDate { color: #fff; } |