From ef7f7005941fe4173693cdb55c2735534b11daa4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=A0tefan=20Baebler?= Date: Tue, 20 Mar 2018 01:37:38 +0100 Subject: [PATCH] Smaller colour preview boxes --- app/assets/stylesheets/common.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 0ec99266e..c2cf8609b 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1214,9 +1214,9 @@ tr.turn:hover { .colour-preview-box { float: right; - width: 20px; - height: 20px; - margin: 0px; + width: 12px; + height: 12px; + margin: 4px 0px; border: 1px solid rgba(0, 0, 0, .1); // add color via inline css on element: background-color: ; } -- 2.39.5