diff options
author | git-marijus <mario@mariovavti.com> | 2017-07-20 12:03:54 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-07-20 12:03:54 +0200 |
commit | 8e5c56dcc2e38884f897acaf9d2b39e5b5dd8c29 (patch) | |
tree | 243737f00a2a9faf41dbd9dd03f7eb6a3678fc3c | |
parent | 77b58ec02f624f8242995f46e720b6783eb59300 (diff) | |
download | volse-hubzilla-8e5c56dcc2e38884f897acaf9d2b39e5b5dd8c29.tar.gz volse-hubzilla-8e5c56dcc2e38884f897acaf9d2b39e5b5dd8c29.tar.bz2 volse-hubzilla-8e5c56dcc2e38884f897acaf9d2b39e5b5dd8c29.zip |
more css fixes
-rw-r--r-- | view/theme/redbasic/css/style.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 510f7c80b..7f2ca4853 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1235,24 +1235,24 @@ img.mail-conv-sender-photo { .section-content-info-wrapper { padding: 21px 10px; - color: #31708f; - background-color: #d9edf7; + color: #0c5460; + background-color: #d1ecf1; border-bottom: 3px solid $comment_item_colour; text-align: center; } .section-content-warning-wrapper { padding: 21px 10px; - color: #8a6d3b; - background-color: #fcf8e3; + color: #856404; + background-color: #fff3cd; border-bottom: 3px solid $comment_item_colour; text-align: center; } .section-content-danger-wrapper { padding: 21px 10px; - color: #a94442; - background-color: #f2dede; + color: #721c24; + background-color: #f8d7da; border-bottom: 3px solid $comment_item_colour; text-align: center; } |