Przeglądaj źródła

Fix color of highlighted update in UI

Kristan Kenney 5 lat temu
rodzic
commit
8e120f0eeb
3 zmienionych plików z 11 dodań i 3 usunięć
  1. 9 0
      install/deb/themes/dark.css
  2. 2 3
      web/css/src/styles.css
  3. 0 0
      web/css/styles.min.css

+ 9 - 0
install/deb/themes/dark.css

@@ -506,8 +506,17 @@ div.l-content > div.l-separator:nth-of-type(4) {
 
 .units .l-unit.l-unit--outdated {
   color: #d4d4d4;
+  background-color: #760000;
 }
 
+.l-unit--outdated.selected {
+  background: #b70000 !important;
+  color: #fff !important;
+  text-shadow: none !important;
+}
+.l-unit--outdated.selected b {
+  color: #fff !important;
+}
 .l-unit--suspended .l-unit__name,
 .l-unit--suspended b,
 .l-unit--outdated .l-unit__name,

+ 2 - 3
web/css/src/styles.css

@@ -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,

Plik diff jest za duży
+ 0 - 0
web/css/styles.min.css


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików