Fix: CSS conflict with colorpicker

This commit is contained in:
eight 2017-12-05 07:30:42 +08:00
parent dbacfa28d1
commit f9c45b0dac

View File

@ -23,7 +23,7 @@ body {
color: #000; color: #000;
} }
body > div:not(#installed) { body > div:not(#installed):not(#message-box):not(.colorpicker-popup) {
margin-left: 9px; margin-left: 9px;
margin-right: 9px; margin-right: 9px;
} }