extension editor color box: set high contrast color

This commit is contained in:
Martin Aeschlimann 2017-09-11 15:42:48 +02:00
parent d5687531ea
commit 97c0bdf1e7

View file

@ -235,7 +235,8 @@
vertical-align: middle;
}
.vs-dark .extension-editor > .body > .content table .colorBox {
.vs-dark .extension-editor > .body > .content table .colorBox,
.hc-black .extension-editor > .body > .content table .colorBox {
border-color: rgb(238, 238, 238);
}