diff --git a/index.html b/index.html index b71b765..447d938 100644 --- a/index.html +++ b/index.html @@ -46,10 +46,11 @@ button.active { background: #D0E0FF; } -#export-button, #import-button { +button.file { background: #D8D8D8; } -#export-button.active, #import-button.active { + +button.file.active { background: #C8C8C8; } @@ -73,17 +74,7 @@ button.active { margin: 0px; } -#export-area, #import-area { - width: 380px; - height: 280px; - overflow: hidden; - resize: none; - margin: 5px; - font-family: monospace; - white-space: pre; -} - -#input-area { +textarea { width: 380px; height: 280px; overflow: hidden; @@ -106,8 +97,9 @@ button.active {