From 907766b0f975749042ff4ea77b0766fba179471f Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 26 Jun 2014 15:42:01 +0200 Subject: [PATCH] Small style optimization --- wcfsetup/install/files/style/colorPicker.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wcfsetup/install/files/style/colorPicker.less b/wcfsetup/install/files/style/colorPicker.less index 3727d03b87..1bb23b0d9c 100644 --- a/wcfsetup/install/files/style/colorPicker.less +++ b/wcfsetup/install/files/style/colorPicker.less @@ -107,6 +107,11 @@ > li.a { margin-top: 7px; } + + > li.g, + > li.b { + margin-top: 2px; + } } > .rgba > li, -- 2.20.1