mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-08 04:01:55 +00:00
Message list is now loaded by AJAX and can be refreshed.
Added a message delete button.
This commit is contained in:
@@ -266,6 +266,7 @@ a:hover {
|
||||
|
||||
#emailContent {
|
||||
padding-bottom: 20px;
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
#emailHeader {
|
||||
@@ -285,3 +286,19 @@ a:hover {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
#emailActions {
|
||||
padding: 5px 0;
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
#emailActions a {
|
||||
background: #8ac6dc;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#emailActions a:hover {
|
||||
background: #becf74;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user