Browse Source

Editor: Menubar design tweaks.
Still not happy about it, need more time to see what the right style for all this is.

Mr.doob 12 years ago
parent
commit
4dccbb287d
1 changed files with 5 additions and 3 deletions
  1. 5 3
      editor/index.html

+ 5 - 3
editor/index.html

@@ -29,7 +29,10 @@
 
 
 					.menubar .menu .options {
 					.menubar .menu .options {
 						display: none;
 						display: none;
-						background-color: #fff;
+						border-top: 1px solid #ccc;
+						border-bottom: 1px solid #ccc;
+						padding: 5px 0px;
+						background-color: #eee;
 						width: 140px;
 						width: 140px;
 					}
 					}
 
 
@@ -37,7 +40,6 @@
 						display: block;
 						display: block;
 					}
 					}
 
 
-
 						.menubar .menu .options .option {
 						.menubar .menu .options .option {
 							color: #666;
 							color: #666;
 							background-color: transparent;
 							background-color: transparent;
@@ -46,7 +48,7 @@
 						}
 						}
 
 
 							.menubar .menu .options .option:hover {
 							.menubar .menu .options .option:hover {
-								background-color: #eee;
+								background-color: #fff;
 							}
 							}
 
 
 		</style>
 		</style>