소스 검색

Editor: Minor css clean up.

Mr.doob 11 년 전
부모
커밋
b9fbbaf2ef
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      editor/css/dark.css
  2. 1 1
      editor/css/light.css

+ 1 - 1
editor/css/dark.css

@@ -70,8 +70,8 @@ input.Number {
 		}
 
 		#menubar .menu .options {
-			display: none;
 			position: absolute;
+			display: none;
 			padding: 5px 0px;
 			background: #111;
 			width: 140px;

+ 1 - 1
editor/css/light.css

@@ -71,8 +71,8 @@ input.Number {
 		}
 
 		#menubar .menu .options {
-			display: none;
 			position: absolute;
+			display: none;
 			padding: 5px 0px;
 			background: #eee;
 			width: 140px;