From 013937f7e3cddb543200a6c32222b62f51969ce5 Mon Sep 17 00:00:00 2001 From: kovacsv Date: Thu, 19 Aug 2021 08:20:54 +0200 Subject: [PATCH] Remove left border from color picker button. --- website/o3dv/css/website.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/o3dv/css/website.css b/website/o3dv/css/website.css index 8a7210e..21902b5 100644 --- a/website/o3dv/css/website.css +++ b/website/o3dv/css/website.css @@ -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;