thunderstats link added. see #663
This commit is contained in:
parent
fc47603f1f
commit
f0c9777ace
4 changed files with 35 additions and 1 deletions
|
|
@ -1892,5 +1892,13 @@
|
||||||
"spam_check_in_progress": {
|
"spam_check_in_progress": {
|
||||||
"message": "Spam check in progress...",
|
"message": "Spam check in progress...",
|
||||||
"description": ""
|
"description": ""
|
||||||
|
},
|
||||||
|
"prefs_THStats_1": {
|
||||||
|
"message": "Do you want beautiful statistics about your emails?",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
"prefs_THStats_2": {
|
||||||
|
"message": "Click here! Try ThunderStats!",
|
||||||
|
"description": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
BIN
images/thunderstats.png
Normal file
BIN
images/thunderstats.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 616 B |
|
|
@ -142,7 +142,6 @@ div#miczTranslate{
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 5px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
|
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
@ -155,6 +154,10 @@ div#miczTranslate{
|
||||||
color: #FF6600;
|
color: #FF6600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#mzta_top_msg td{
|
||||||
|
border:0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.btn_small{
|
.btn_small{
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
@ -167,6 +170,20 @@ label:has(input[type="checkbox"]) {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#thstats div{
|
||||||
|
text-align: center;
|
||||||
|
padding: 10px !important;
|
||||||
|
border: 0 !important;
|
||||||
|
background: rgb(185, 238, 238);
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#thstats td{
|
||||||
|
border-top:0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
body {
|
body {
|
||||||
background-color: rgb(35, 34, 43);
|
background-color: rgb(35, 34, 43);
|
||||||
|
|
@ -226,4 +243,8 @@ label:has(input[type="checkbox"]) {
|
||||||
.lightbold{
|
.lightbold{
|
||||||
color: #f3f3f3;
|
color: #f3f3f3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#thstats div{
|
||||||
|
background: rgb(41, 70, 70);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -12,6 +12,11 @@
|
||||||
<tr id="mzta_top_msg">
|
<tr id="mzta_top_msg">
|
||||||
<td colspan="2"><div>__MSG_prefs_SurveyLinkText__<br><a href="https://forms.gle/1qK2wcbuhaRzhwyt9">__MSG_prefs_SurveyLinkText2__</a></div></td>
|
<td colspan="2"><div>__MSG_prefs_SurveyLinkText__<br><a href="https://forms.gle/1qK2wcbuhaRzhwyt9">__MSG_prefs_SurveyLinkText2__</a></div></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr id="thstats">
|
||||||
|
<td colspan="2">
|
||||||
|
<div>__MSG_prefs_THStats_1__ <a href="https://addons.thunderbird.net/it/thunderbird/addon/thunderstats/">__MSG_prefs_THStats_2__ <img src="/images/thunderstats.png"></a></div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr id="owl_warning">
|
<tr id="owl_warning">
|
||||||
<td colspan="2"><div class="warning">__MSG_prefs_OptionText_owl_warning__ <a href="https://micz.it/thunderbird-addon-thunderai/owl/">__MSG_more_info_string__</a></div></td>
|
<td colspan="2"><div class="warning">__MSG_prefs_OptionText_owl_warning__ <a href="https://micz.it/thunderbird-addon-thunderai/owl/">__MSG_more_info_string__</a></div></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue