diff --git a/.gitignore b/.gitignore index b1894c2b18b55a..917a1053b17013 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *.swp .project node_modules +.idea/ \ No newline at end of file diff --git a/editor/css/dark.css b/editor/css/dark.css index c7946c34e54134..83d61e456c6417 100644 --- a/editor/css/dark.css +++ b/editor/css/dark.css @@ -127,7 +127,14 @@ input.Number { #menubar .menu .options .option:active { background: transparent; } - + + #menubar .menu .options .inactive { + color: #444; + background-color: transparent; + padding: 5px 10px; + margin: 0px !important; + } + #sidebar { position: absolute; right: 0px; diff --git a/editor/css/light.css b/editor/css/light.css index 179c8a9c27c46a..f1e706a14889d1 100644 --- a/editor/css/light.css +++ b/editor/css/light.css @@ -122,6 +122,13 @@ input.Number { background: transparent; } + #menubar .menu .options .inactive { + color: #bbb; + background-color: transparent; + padding: 5px 10px; + margin: 0px !important; + } + #sidebar { position: absolute; right: 0px; diff --git a/editor/index.html b/editor/index.html index 8cddd389f8263c..a6cf0d5fc991cc 100644 --- a/editor/index.html +++ b/editor/index.html @@ -114,9 +114,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +