diff --git a/editor.css b/editor.css index be9f805..3586550 100644 --- a/editor.css +++ b/editor.css @@ -126,7 +126,7 @@ body { z-index: 15; } -.contextmenu div { +.contextmenu div, #filemenu div { padding: 5px; background-color: rgb(230, 230, 230); opacity: 0.95; @@ -147,14 +147,35 @@ body { border-bottom-right-radius: 5px; } -.contextmenu div:hover { +.contextmenu div:hover, #filemenu div:hover { background-color: rgb(240, 240, 240); } -.contextmenu div:active { +.contextmenu div:active, #filemenu div:active { background-color: rgb(250, 250, 250); } +#filemenu .menutop { + border-top-left-radius: 15px; + border-top-right-radius: 15px; + padding-top: 20px; +} + +#filemenu .menubottom { + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; + padding-bottom: 20px; +} + +#filemenu { + padding: 0 0 0 0; +} + +#filemenu div { + padding-left: 20px; + padding-right: 20px; +} + ::-webkit-scrollbar { width: 5px; } diff --git a/editor.html b/editor.html index 2e491ab..84204b2 100644 --- a/editor.html +++ b/editor.html @@ -13,7 +13,13 @@