From 3eb021cbd6ffeec7460bfb43d82faef2e99ea0c2 Mon Sep 17 00:00:00 2001
From: Ahmet C <cetin.ahmet@live.de>
Date: Sat, 8 May 2021 17:44:11 +0200
Subject: [PATCH] Added colorpicker border

---
 .../cloud-configuration/cloud-configuration.component.scss      | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/app/components/shared/_dialogs/cloud-configuration/cloud-configuration.component.scss b/src/app/components/shared/_dialogs/cloud-configuration/cloud-configuration.component.scss
index 830be70aa..4e9343bc6 100644
--- a/src/app/components/shared/_dialogs/cloud-configuration/cloud-configuration.component.scss
+++ b/src/app/components/shared/_dialogs/cloud-configuration/cloud-configuration.component.scss
@@ -63,10 +63,12 @@ mat-divider {
 .color-box{
   flex: 1 1 100%;
   box-sizing: border-box;
+  border: 2px solid var(--on-dialog);
   height: 30px;
   width: 20px;
   border-radius: 50%;
   margin-top: 13px;
+  transform: translateY(-4px);
   display: block;
   position: relative;
   right: 40px;
-- 
GitLab