fixed colors and text
Change-Id: Ib2d1caf520302555b3bfb7b49cb69ae68b6bcfa8
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/common/styles/base/colors.scss b/app/common/styles/base/colors.scss
index c45fd2e..d8d5431 100644
--- a/app/common/styles/base/colors.scss
+++ b/app/common/styles/base/colors.scss
@@ -6,8 +6,8 @@
$lightgrey: #f5f7fa;
$lightblue: #f1f2f6;
$medblue: #3f71ec;
+$darkblue: #1e3359;
$purple: #5A3EC8;
-$darkpurple: #20214f;
$field__disabled: #e6e6e6;
$field__focus: #3C6DEF;
$btn__disabled-txt: #a6a5a6;
diff --git a/app/common/styles/elements/accordion.scss b/app/common/styles/elements/accordion.scss
index 7cf3cdb..a709349 100644
--- a/app/common/styles/elements/accordion.scss
+++ b/app/common/styles/elements/accordion.scss
@@ -5,7 +5,7 @@
padding-top: 1em;
padding-bottom: 1em;
padding-right: 1em;
- background: $darkpurple;
+ background: $darkblue;
color: $white;
margin-left: 0;
.event__actions {
diff --git a/app/overview/controllers/system-overview-controller.html b/app/overview/controllers/system-overview-controller.html
index 139a7fe..d294017 100644
--- a/app/overview/controllers/system-overview-controller.html
+++ b/app/overview/controllers/system-overview-controller.html
@@ -116,8 +116,6 @@
<h3 class="bold h4 inline">High priority events ({{logs.length}})</h3>
<a href="#/server-health/event-log/high" class="inline float-right">View all event logs</a>
</div>
- <!-- show when there are no critical events from event log -->
- <!-- <p class="disabled">No high priority events</p> -->
<!-- single event -->
<a href="#/server-health/event-log/high" ng-repeat="event in logs|orderBy:'+Id'">