File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments