From 4dccbb287d176430d2c59cc809b406f64e24cf36 Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Wed, 14 Nov 2012 13:11:22 +0100 Subject: [PATCH] Editor: Menubar design tweaks. Still not happy about it, need more time to see what the right style for all this is. --- editor/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/editor/index.html b/editor/index.html index 553d656ef2..2624fd41c8 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; } -- GitLab