diff --git a/_locales/en/messages.json b/_locales/en/messages.json index addc715b..817bfe66 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1892,5 +1892,13 @@ "spam_check_in_progress": { "message": "Spam check in progress...", "description": "" + }, + "prefs_THStats_1": { + "message": "Do you want beautiful statistics about your emails?", + "description": "" + }, + "prefs_THStats_2": { + "message": "Click here! Try ThunderStats!", + "description": "" } } diff --git a/images/thunderstats.png b/images/thunderstats.png new file mode 100644 index 00000000..c172e8a6 Binary files /dev/null and b/images/thunderstats.png differ diff --git a/options/mzta-options.css b/options/mzta-options.css index 86d168d1..37b55c20 100644 --- a/options/mzta-options.css +++ b/options/mzta-options.css @@ -142,7 +142,6 @@ div#miczTranslate{ border-radius: 4px; padding: 15px; font-weight: bold; - margin-bottom: 5px; text-align: center; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); } @@ -155,6 +154,10 @@ div#miczTranslate{ color: #FF6600; } +#mzta_top_msg td{ + border:0 !important; +} + .btn_small{ font-size: 0.8em; } @@ -167,6 +170,20 @@ label:has(input[type="checkbox"]) { 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) { body { background-color: rgb(35, 34, 43); @@ -226,4 +243,8 @@ label:has(input[type="checkbox"]) { .lightbold{ color: #f3f3f3; } + + #thstats div{ + background: rgb(41, 70, 70); + } } \ No newline at end of file diff --git a/options/mzta-options.html b/options/mzta-options.html index c809c1e3..449d4320 100644 --- a/options/mzta-options.html +++ b/options/mzta-options.html @@ -12,6 +12,11 @@
