New design tweaks
This commit is contained in:
parent
5ccfb909e6
commit
2afe73a43a
|
@ -146,7 +146,7 @@
|
||||||
|
|
||||||
.jsoneditor-contextmenu ul li .selected {
|
.jsoneditor-contextmenu ul li .selected {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #ec3f29;
|
background-color: #ee422e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jsoneditor-contextmenu ul li {
|
.jsoneditor-contextmenu ul li {
|
||||||
|
|
|
@ -138,7 +138,7 @@
|
||||||
|
|
||||||
.jsoneditor {
|
.jsoneditor {
|
||||||
color: #1A1A1A;
|
color: #1A1A1A;
|
||||||
border: 1px solid #4095d9;
|
border: 1px solid #3883fa;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #3c80d9;
|
background-color: #3883fa;
|
||||||
border-bottom: 1px solid #3c80d9;
|
border-bottom: 1px solid #3883fa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jsoneditor .menu button {
|
.jsoneditor .menu button {
|
||||||
|
|
Loading…
Reference in New Issue