From e96fadc1dda552dadf576162936b0e2b3153735b Mon Sep 17 00:00:00 2001
From: Kevin Duret <duret.kevin@gmail.com>
Date: Mon, 9 Apr 2018 15:53:14 +0200
Subject: [PATCH] fix(style): fix style in widget preferences popin (#6197)

---
 www/Themes/Centreon-2/style.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/www/Themes/Centreon-2/style.css b/www/Themes/Centreon-2/style.css
index a666cc1c13..9be9fc4a3f 100644
--- a/www/Themes/Centreon-2/style.css
+++ b/www/Themes/Centreon-2/style.css
@@ -1756,6 +1756,10 @@ span.state_badge {
     background: transparent !important;
 }
 
+#colorbox {
+    outline: none;
+}
+
 #cboxContent {
     border-radius: 4px;
     border: 1px solid #a7a8ac;
@@ -1772,6 +1776,7 @@ span.state_badge {
     width: 18px !important;
     right: -10px !important;
     border-radius: 10px;
+    border-width: 0px;
 }
 
 /* ColorBox CSS */
-- 
GitLab