diff --git a/Nightly_telegram_mod.css b/Nightly_telegram_mod.css index 2051466..4caaf7b 100644 --- a/Nightly_telegram_mod.css +++ b/Nightly_telegram_mod.css @@ -3,7 +3,6 @@ Author - Haron Prime License © 2017 WTFPL http://www.wtfpl.net*/ @namespace url(http://www.w3.org/1999/xhtml); -@-moz-document domain("web.telegram.org") { body, .modal-content { color: #bbb !important; @@ -22,10 +21,10 @@ a.tg_checkbox { box-shadow: none; } -.im_message_body { - background: inherit !important; -} - +.im_message_body, +.im_attach, +.im_media_attach, +.im_record, .im_message_document_thumbed { background: inherit !important; } @@ -57,7 +56,6 @@ a.tg_checkbox { } .form-control { /*input field*/ - background-color: #0e0e0e !important; color: #bbb !important; } @@ -135,4 +133,3 @@ a:hover { background-color: #4d4d4d !important; border-color: #5d5d5d; } -}