浏览代码

Editor: Updated styles with FancySelect change.

Mr.doob 11 年之前
父节点
当前提交
46f091ec7e
共有 2 个文件被更改,包括 6 次插入6 次删除
  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;
 	}