diff --git a/editor.css b/editor.css index afad159..8dd5acb 100644 --- a/editor.css +++ b/editor.css @@ -155,4 +155,24 @@ a:hover { a:active { color: rgb(110, 212, 212); +} + +button { + padding: 5 5 5 5; + border-radius: 5px; + border-style: solid; + border-color: transparent; + background: rgba(120, 120, 120, 0.555); + color: white; +} + +button:disabled { + border-color: rgba(0, 0, 0, 0.267); + background: rgba(120, 120, 120, 0.116); + color: rgba(0, 0, 0, 0.267); + border-width: 1px; +} + +select, option { + padding: 2 2 2 2; } \ No newline at end of file diff --git a/editor.html b/editor.html index baacbef..cf3a658 100644 --- a/editor.html +++ b/editor.html @@ -33,6 +33,7 @@