From 07391efa706d603992ee3776234ad1fbd4386a15 Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Fri, 2 Feb 2018 23:13:43 +0100 Subject: [PATCH] Fix more visual issues (remove DM reply button background w/ black theme) --- Resources/Scripts/styles/browser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Scripts/styles/browser.css b/Resources/Scripts/styles/browser.css index 6d9ebe7e..f3f83157 100644 --- a/Resources/Scripts/styles/browser.css +++ b/Resources/Scripts/styles/browser.css @@ -209,7 +209,7 @@ html[data-td-font='smallest'] .tweet-detail-wrapper .badge-verified:before { cursor: pointer; } -.inline-reply .btn-square { +.inline-reply .btn-square, .rpl-actions .btn-square { /* remove effects from buttons under reply input... this keeps happening for some stupid reason */ background: transparent !important; box-shadow: none !important;