From 6d5aebeaa0f5c601653633abe4fe77c8a64c60d9 Mon Sep 17 00:00:00 2001 From: hankhill19580 <hankhill19580@gmail.com> Date: Tue, 24 Nov 2020 19:27:02 +0000 Subject: [PATCH] remove borders from around notifications on /welcome --- installer/resources/themes/console/light/console.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index d93e1a00fa..a456f0f738 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -2093,10 +2093,6 @@ h3#graphdisplay { margin: 15px 0; padding: 10px 15px; z-index: 999; - border-radius: 2px; - border: 1px solid #dee2e6; - background: #eef; - background: linear-gradient(to right, #fafaff, #eef); background-size: auto 100%, 100% 100%; box-shadow: inset 0 0 0 1px #fff; font-weight: bold; @@ -2595,11 +2591,9 @@ td { position: absolute; left: 70%; top: 30%; - font-size: larger; - background: #eef; - background: linear-gradient(to right, #fafaff, #eef); - background-size: auto 100%, 100% 100%; - box-shadow: inset 0 0 0 1px #fff; + font-size: larger; + background-size: auto 100%, 100% 100%; + box-shadow: inset 0 0 0 1px #fff; } /* begin home page */ -- GitLab