1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

Basic AJAX GUI is now functional

This commit is contained in:
James Hillyerd
2012-10-11 11:49:23 -07:00
parent 31395891a4
commit 1481c5c9d8
5 changed files with 66 additions and 20 deletions

View File

@@ -10,7 +10,7 @@ body {
margin: 20px 0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #A1A1A1;
color: #808080;
}
h1 {
@@ -253,3 +253,35 @@ a:hover {
color: #2582A4;
font-weight: bold;
}
.listEntrySelected {
background: #becf74;
color: #666;
}
.listEntryHover {
background: #8ac6dc;
color: #666;
}
#emailContent {
padding-bottom: 20px;
}
#emailHeader {
border-collapse: collapse;
}
#emailHeader th, #emailHeader td {
text-align: left;
padding: 0 3px 3px 0;
}
#emailSubject {
border-bottom: 1px #606060 solid;
}
#emailBody {
color: #000000;
}