diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index d93e1a00fa2b9dbd370d35cf5b85ffd27fac060b..a456f0f738c00285ca89a925f27b9fbaabd56fd5 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 */