|
|
@@ -1712,8 +1712,6 @@ div.l-content > div.l-separator:nth-of-type(4) {
|
|
|
.units .l-unit.l-unit--outdated {
|
|
|
background-color: #ffcaca;
|
|
|
color: #4b4b4b;
|
|
|
- border-left: 5px solid #ff6f6f;
|
|
|
- border-bottom: 1px solid #fff;
|
|
|
}
|
|
|
|
|
|
.l-unit--suspended .l-unit__name,
|
|
|
@@ -1755,8 +1753,9 @@ div.l-content > div.l-separator:nth-of-type(4) {
|
|
|
}
|
|
|
|
|
|
.l-unit--outdated.selected {
|
|
|
- background: #765D5D !important;
|
|
|
+ background: #ff9494 !important;
|
|
|
color: #333 !important;
|
|
|
+ text-shadow: none !important;
|
|
|
}
|
|
|
|
|
|
.l-unit--suspended.selected .l-unit__name,
|