color changes for nav and status bars

This commit is contained in:
Meir Rotstein 2017-09-24 00:20:32 +03:00
parent 9c78ea7959
commit 83fe0c86f4
2 changed files with 5 additions and 17 deletions

View File

@ -6,9 +6,8 @@ div.jsoneditor-navigation-bar {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #1A1A1A;
background-color: #e6e6e6;
border-bottom: 1px solid #3883fa;
color: #808080;
background-color: #dcdcdc;
}
div.jsoneditor-navigation-bar:before {

View File

@ -1,22 +1,11 @@
div.jsoneditor-statusbar {
line-height: 16px;
line-height: 17px;
height: 17px;
color: #1A1A1A;
background-color: #e6e6e6;
color: #808080;
background-color: #dcdcdc;
margin-top: -17px;
}
div.jsoneditor-statusbar:before {
content: '';
width: 100%;
height: 1px;
background-color: #3883fa;
position: absolute;
left: 0;
margin-top: 1px;
z-index: 999;
}
div.jsoneditor-statusbar > .jsoneditor-curserinfo-label {
margin: 0 2px 0 4px;
}