This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit bbd5cda898a09e93fb38774083323248ff4f5df0 Author: Daniel Gruno <[email protected]> AuthorDate: Sat Dec 11 20:00:05 2021 -0600 css tweaks to calendar --- webui/css/scaffolding.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css index 7c4a264..0c014bb 100644 --- a/webui/css/scaffolding.css +++ b/webui/css/scaffolding.css @@ -1160,13 +1160,14 @@ a.chatty_title { /* Calendar widgets */ #calendarpicker_popup a { width: 24px; - height: 24px; + height: 22px; line-height: 22px; - background: #EEE; + background: #337ab7; border-radius: 1px; - color: #555; + color: #FFF; border: 1px outset #AAAA !important; float: none; + text-indent: -4px; } a.enabled {
