New design tweaks
This commit is contained in:
parent
5ccfb909e6
commit
2afe73a43a
|
@ -146,7 +146,7 @@
|
|||
|
||||
.jsoneditor-contextmenu ul li .selected {
|
||||
color: white;
|
||||
background-color: #ec3f29;
|
||||
background-color: #ee422e;
|
||||
}
|
||||
|
||||
.jsoneditor-contextmenu ul li {
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue