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
The following commit(s) were added to refs/heads/master by this push:
new d74efb4 conform color, fix alignment of mbox button icon
d74efb4 is described below
commit d74efb4962911afd9b0afa09b059fece070f73d6
Author: Daniel Gruno <[email protected]>
AuthorDate: Tue Sep 7 13:15:49 2021 -0500
conform color, fix alignment of mbox button icon
---
webui/css/scaffolding.css | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css
index cc14adf..a261c99 100644
--- a/webui/css/scaffolding.css
+++ b/webui/css/scaffolding.css
@@ -274,7 +274,7 @@ a.dropdown-toggle {
width: 24px;
height: 24px;
line-height: 22px;
- text-indent: -1px;
+ text-align: center;
background: #EEE;
color: #555;
border: 1px outset #AAAA;
@@ -285,7 +285,7 @@ a.dropdown-toggle {
}
#listview_header button[download=true] {
- background: #4B0;
+ background: #369;
color: #FFF;
margin-left: 8px;
}
@@ -1210,4 +1210,4 @@ pre {
.auditlog_entries th {
padding: 2px;
-}
\ No newline at end of file
+}