From 85a6c8c7d2856fe196d23228af874aaeee3ab41a Mon Sep 17 00:00:00 2001 From: fengfei Date: Wed, 19 Apr 2017 21:20:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxy-server/webpages/config.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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; +}