diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2020-06-20 21:39:39 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2020-06-20 21:39:39 +0000 |
commit | 53b2035def91dc0fe6d8f68e4a34aca2acc79ec8 (patch) | |
tree | 03e818494b3390d3e7ed4aedac0a50f0b722f0a3 /style | |
parent | 67430a4a94c041c57cb4043fcd05c85365ee17f5 (diff) | |
download | Post-SMTP-53b2035def91dc0fe6d8f68e4a34aca2acc79ec8.zip |
Email log improvements: Solution column, filter.
Some text clarify.
Diffstat (limited to 'style')
-rw-r--r-- | style/postman-email-log.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/style/postman-email-log.css b/style/postman-email-log.css index d944fb5..fae076d 100644 --- a/style/postman-email-log.css +++ b/style/postman-email-log.css @@ -176,6 +176,7 @@ th#date { .ui-datepicker td { padding: 0; border: 1px solid #f4f4f4; + background-color: #f4f4f4; } .ui-datepicker td.ui-datepicker-other-month { |