Browse Source

Editor: Updated styles with FancySelect change.

Mr.doob 10 years ago
parent
commit
46f091ec7e
2 changed files with 6 additions and 6 deletions
  1. 3 3
      editor/css/dark.css
  2. 3 3
      editor/css/light.css

+ 3 - 3
editor/css/dark.css

@@ -1,4 +1,4 @@
-.FancySelect {
+.Outliner {
 	background: #222;
 	padding: 0;
 	cursor: default;
@@ -6,12 +6,12 @@
 	outline: none;
 }
 
-	.FancySelect .option {
+	.Outliner .option {
 		padding: 4px;
 		white-space: nowrap;
 	}
 
-	.FancySelect .option.active {
+	.Outliner .option.active {
 		background-color: #153C5E;
 	}
 

+ 3 - 3
editor/css/light.css

@@ -1,4 +1,4 @@
-.FancySelect {
+.Outliner {
 	background: #fff;
 	padding: 0;
 	cursor: default;
@@ -6,13 +6,13 @@
 	outline: none;
 }
 
-	.FancySelect .option {
+	.Outliner .option {
 		padding: 4px;
 		color: #666;
 		white-space: nowrap;
 	}
 
-	.FancySelect .option.active {
+	.Outliner .option.active {
 		background-color: #f8f8f8;
 	}