New design tweaks

This commit is contained in:
jos 2015-12-27 16:15:26 +01:00
parent 5ccfb909e6
commit 2afe73a43a
3 changed files with 4 additions and 4 deletions

View File

@ -146,7 +146,7 @@
.jsoneditor-contextmenu ul li .selected {
color: white;
background-color: #ec3f29;
background-color: #ee422e;
}
.jsoneditor-contextmenu ul li {

View File

@ -138,7 +138,7 @@
.jsoneditor {
color: #1A1A1A;
border: 1px solid #4095d9;
border: 1px solid #3883fa;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;

View File

@ -10,8 +10,8 @@
box-sizing: border-box;
color: white;
background-color: #3c80d9;
border-bottom: 1px solid #3c80d9;
background-color: #3883fa;
border-bottom: 1px solid #3883fa;
}
.jsoneditor .menu button {