Browse Source

Editor: Fixed outliner's low contrast issue in dark theme (#28248)

* hi con

* indent using  tabs
ycw 1 year ago
parent
commit
2802562d5a
1 changed files with 4 additions and 1 deletions
  1. 4 1
      editor/css/main.css

+ 4 - 1
editor/css/main.css

@@ -661,10 +661,13 @@ select {
 		}
 		}
 
 
 	.Outliner {
 	.Outliner {
-		color: #888;
 		background: #222;
 		background: #222;
 	}
 	}
 
 
+		.Outliner .option {
+			color: #999;
+		}
+
 		.Outliner .option:hover {
 		.Outliner .option:hover {
 			background-color: rgba(21,60,94,0.5);
 			background-color: rgba(21,60,94,0.5);
 		}
 		}