2019-02-01 19:56:22 +00:00
|
|
|
.threads div{
|
|
|
|
padding-top: 1em;
|
|
|
|
}
|
|
|
|
.threads div span{
|
2019-02-07 01:03:31 +00:00
|
|
|
padding-left: 0.2em;
|
2019-02-04 23:48:21 +00:00
|
|
|
padding-right: 0.2em;
|
2019-02-03 18:19:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#threadPlaceholder{
|
|
|
|
display: none;
|
|
|
|
margin-top: 1em;
|
|
|
|
font-size: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
input{
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group button {
|
|
|
|
border: 1px solid black;
|
|
|
|
padding: 10px 24px; /* Some padding */
|
|
|
|
cursor: pointer; /* Pointer/hand icon */
|
|
|
|
float: left; /* Float the buttons side by side */
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group button:hover {
|
|
|
|
background-color: darkgray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group {
|
|
|
|
margin-bottom: 2em;
|
2019-02-04 00:31:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#tabBtns{
|
|
|
|
margin-bottom: 3em;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activeTab{
|
|
|
|
color: black;
|
|
|
|
background-color: gray;
|
2019-02-05 06:29:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.overlayContent{
|
|
|
|
background-color: lightgray;
|
|
|
|
border: 3px solid black;
|
|
|
|
border-radius: 3px;
|
|
|
|
color: black;
|
|
|
|
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
|
|
|
min-height: 100%;
|
|
|
|
padding: 1em;
|
|
|
|
margin: 1em;
|
2019-02-07 01:03:31 +00:00
|
|
|
}
|
|
|
|
|
2019-03-11 05:10:37 +00:00
|
|
|
.mailPing{
|
|
|
|
color: orange;
|
|
|
|
}
|
|
|
|
|
2019-06-17 04:24:12 +00:00
|
|
|
#addUnknownContact, .mailPing{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2019-02-07 01:03:31 +00:00
|
|
|
.danger{
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.warn{
|
|
|
|
color: orange;
|
|
|
|
}
|
|
|
|
|
|
|
|
.good{
|
|
|
|
color: greenyellow;
|
2019-02-08 06:19:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pre{
|
|
|
|
padding-top: 1em;
|
|
|
|
word-wrap: break-word;
|
|
|
|
font-family: monospace;
|
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
.messageContent{
|
|
|
|
font-size: 1.5em;
|
2019-02-09 06:32:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#draftText{
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
display: block;
|
|
|
|
width: 50%;
|
|
|
|
height: 75%;
|
|
|
|
min-width: 2%;
|
|
|
|
min-height: 5%;
|
|
|
|
background: white;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2019-04-09 17:30:54 +00:00
|
|
|
.break-up{
|
2019-02-28 03:02:44 +00:00
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.primaryBtn{
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 3px;
|
|
|
|
color: black;
|
|
|
|
width: 5%;
|
|
|
|
}
|
|
|
|
|
2019-02-09 06:32:11 +00:00
|
|
|
.successBtn{
|
|
|
|
background-color: #28a745;
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 5px;
|
|
|
|
color: black;
|
|
|
|
font-size: 1.5em;
|
|
|
|
width: 10%;
|
2019-06-19 06:57:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.content{
|
|
|
|
min-height: 1000px;
|
2019-02-07 01:03:31 +00:00
|
|
|
}
|