diff --git a/proxy-server/webpages/config.html b/proxy-server/webpages/config.html index ab162db..5e965be 100644 --- a/proxy-server/webpages/config.html +++ b/proxy-server/webpages/config.html @@ -40,6 +40,32 @@ p, li { code { background: #f5f5f5; } + +div.jsoneditor { + border: 1px solid #50a3a2; +} + +div.jsoneditor-menu { + background-color: #50a3a2; + border-bottom: 1px solid #50a3a2; +} + +button { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + outline: 0; + background-color: #50a3a2; + border: 0; + padding: 8px 15px; + color: white; + border-radius: 3px; + width: 180px; + cursor: pointer; + font-size: 14px; + -webkit-transition-duration: 0.25s; + transition-duration: 0.25s; +}