Skip to content

Commit 8e120f0

Browse files
author
Kristan Kenney
committed
Fix color of highlighted update in UI
1 parent bb98319 commit 8e120f0

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

install/deb/themes/dark.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,17 @@ div.l-content > div.l-separator:nth-of-type(4) {
506506

507507
.units .l-unit.l-unit--outdated {
508508
color: #d4d4d4;
509+
background-color: #760000;
509510
}
510511

512+
.l-unit--outdated.selected {
513+
background: #b70000 !important;
514+
color: #fff !important;
515+
text-shadow: none !important;
516+
}
517+
.l-unit--outdated.selected b {
518+
color: #fff !important;
519+
}
511520
.l-unit--suspended .l-unit__name,
512521
.l-unit--suspended b,
513522
.l-unit--outdated .l-unit__name,

web/css/src/styles.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1712,8 +1712,6 @@ div.l-content > div.l-separator:nth-of-type(4) {
17121712
.units .l-unit.l-unit--outdated {
17131713
background-color: #ffcaca;
17141714
color: #4b4b4b;
1715-
border-left: 5px solid #ff6f6f;
1716-
border-bottom: 1px solid #fff;
17171715
}
17181716

17191717
.l-unit--suspended .l-unit__name,
@@ -1755,8 +1753,9 @@ div.l-content > div.l-separator:nth-of-type(4) {
17551753
}
17561754

17571755
.l-unit--outdated.selected {
1758-
background: #765D5D !important;
1756+
background: #ff9494 !important;
17591757
color: #333 !important;
1758+
text-shadow: none !important;
17601759
}
17611760

17621761
.l-unit--suspended.selected .l-unit__name,

web/css/styles.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)