Browse Source

Adjust color of list items when selected/hovered

Kristan Kenney 6 years ago
parent
commit
b1bffe44cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/css/styles.min.css

+ 1 - 1
web/css/styles.min.css

@@ -3122,7 +3122,7 @@ a.button.cancel {
 }
 }
 
 
 .l-unit.selected:hover {
 .l-unit.selected:hover {
-  background-color: #f0bccd;
+  background-color: #fff5ce;
   color: #4b4b4b;
   color: #4b4b4b;
   box-shadow: 0px 2px 14px rgba(150,150,150,0.25);
   box-shadow: 0px 2px 14px rgba(150,150,150,0.25);
   text-shadow: 0px 1px rgba(255,255,255,0.6);
   text-shadow: 0px 1px rgba(255,255,255,0.6);