diff --git a/editor/index.html b/editor/index.html index 553d656ef22dbef1111fefe396d73f4e0d526ff6..2624fd41c84cb0c9ededb2a98772587233d86ac1 100644 --- a/editor/index.html +++ b/editor/index.html @@ -29,7 +29,10 @@ .menubar .menu .options { display: none; - background-color: #fff; + border-top: 1px solid #ccc; + border-bottom: 1px solid #ccc; + padding: 5px 0px; + background-color: #eee; width: 140px; } @@ -37,7 +40,6 @@ display: block; } - .menubar .menu .options .option { color: #666; background-color: transparent; @@ -46,7 +48,7 @@ } .menubar .menu .options .option:hover { - background-color: #eee; + background-color: #fff; }