From f9c45b0dac943a54748e0aac659a534c9e739201 Mon Sep 17 00:00:00 2001 From: eight Date: Tue, 5 Dec 2017 07:30:42 +0800 Subject: [PATCH] Fix: CSS conflict with colorpicker --- popup/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup/popup.css b/popup/popup.css index 0513e333..4ccd19ac 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -23,7 +23,7 @@ body { color: #000; } -body > div:not(#installed) { +body > div:not(#installed):not(#message-box):not(.colorpicker-popup) { margin-left: 9px; margin-right: 9px; }