fix smart status bar color

This commit is contained in:
John Mitchell 2018-05-15 17:17:56 -04:00
parent 29927433cb
commit 7b5dcee30f
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94

View File

@ -219,7 +219,7 @@
.HostStatusBar-ok,
.HostStatusBar-changed,
.HostStatusBar-dark,
.HostStatusBar-failed,
.HostStatusBar-failures,
.HostStatusBar-skipped,
.HostStatusBar-noData {
height: 15px;
@ -243,7 +243,7 @@
flex: 0 0 auto;
}
.HostStatusBar-failed {
.HostStatusBar-failures {
background-color: @default-err;
flex: 0 0 auto;
}