diff --git a/src/scss/reset.scss b/src/scss/reset.scss index b447bd0..d814fb3 100644 --- a/src/scss/reset.scss +++ b/src/scss/reset.scss @@ -1,24 +1,24 @@ @import "styles"; .jsoneditor { - .search { - input { - height: auto; - border: inherit; - border: none; - box-shadow: none; - } - } - table { - border-collapse: collapse; - width: auto; - } + .search { + input { + height: auto; + border: inherit; + border: none; + box-shadow: none; + } + } + table { + border-collapse: collapse; + width: auto; + } } .jsoneditor td, .jsoneditor th { - padding: 0; - display: table-cell; - text-align: left; - vertical-align: inherit; - border-radius: inherit; + padding: 0; + display: table-cell; + text-align: left; + vertical-align: inherit; + border-radius: inherit; } diff --git a/src/scss/statusbar.scss b/src/scss/statusbar.scss index 49ac78c..b177dc6 100644 --- a/src/scss/statusbar.scss +++ b/src/scss/statusbar.scss @@ -1,50 +1,50 @@ @import "styles"; .jsoneditor-statusbar { - line-height: 26px; - height: 26px; - color: $jse-readonly; - background-color: $jse-bar-bg; - border-top: 1px solid $jse-bar-border; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - font-size: $jse-font-size; - & > .jsoneditor-curserinfo-val { - margin-right: 12px; - } - & > .jsoneditor-curserinfo-count { - margin-left: 4px; - } - & > .jsoneditor-validation-error-icon { - float: right; - width: 24px; - height: 24px; - padding: 0; - margin-top: 1px; - background: url("./img/jsoneditor-icons.svg") -168px -48px; - cursor: pointer; - } - & > .jsoneditor-validation-error-count { - float: right; - margin: 0 4px 0 0; - cursor: pointer; - } - & > .jsoneditor-parse-error-icon { - float: right; - width: 24px; - height: 24px; - padding: 0; - margin: 1px; - background: url("./img/jsoneditor-icons.svg") -25px 0px; - } - .jsoneditor-array-info { - a { - color: inherit; - } - } + line-height: 26px; + height: 26px; + color: $jse-readonly; + background-color: $jse-bar-bg; + border-top: 1px solid $jse-bar-border; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + font-size: $jse-font-size; + & > .jsoneditor-curserinfo-val { + margin-right: 12px; + } + & > .jsoneditor-curserinfo-count { + margin-left: 4px; + } + & > .jsoneditor-validation-error-icon { + float: right; + width: 24px; + height: 24px; + padding: 0; + margin-top: 1px; + background: url("./img/jsoneditor-icons.svg") -168px -48px; + cursor: pointer; + } + & > .jsoneditor-validation-error-count { + float: right; + margin: 0 4px 0 0; + cursor: pointer; + } + & > .jsoneditor-parse-error-icon { + float: right; + width: 24px; + height: 24px; + padding: 0; + margin: 1px; + background: url("./img/jsoneditor-icons.svg") -25px 0px; + } + .jsoneditor-array-info { + a { + color: inherit; + } + } } div.jsoneditor-statusbar > .jsoneditor-curserinfo-label, div.jsoneditor-statusbar > .jsoneditor-size-info { - margin: 0 4px; + margin: 0 4px; }