Remove left border from color picker button.

This commit is contained in:
kovacsv 2021-08-19 08:20:54 +02:00
parent fbfc0a39a0
commit 013937f7e3

View File

@ -253,7 +253,7 @@ div.ov_sidebar_content button.pcr-button
{
width: 30px;
height: 15px;
margin: 3px 10px 3px 3px;
margin: 3px 10px 3px 0px;
border: 1px solid var(--ov_border_color);
box-shadow: none;
outline: none;