changed indentation from 2 to 4 spaces
This commit is contained in:
parent
34b2670788
commit
75119be464
|
@ -19,7 +19,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.jsoneditor-value:focus, .jsoneditor-field:focus,
|
.jsoneditor-value:focus, .jsoneditor-field:focus,
|
||||||
.jsoneditor-value:hover, .jsoneditor-field:hover {
|
.jsoneditor-value:hover, .jsoneditor-field:hover {
|
||||||
background-color: #FFFFAB;
|
background-color: #FFFFAB;
|
||||||
border: 1px solid yellow;
|
border: 1px solid yellow;
|
||||||
}
|
}
|
||||||
|
@ -46,10 +46,10 @@ button.jsoneditor-invisible {
|
||||||
}
|
}
|
||||||
|
|
||||||
button.jsoneditor-remove, button.jsoneditor-append, button.jsoneditor-duplicate,
|
button.jsoneditor-remove, button.jsoneditor-append, button.jsoneditor-duplicate,
|
||||||
button.jsoneditor-collapsed, button.jsoneditor-expanded,
|
button.jsoneditor-collapsed, button.jsoneditor-expanded,
|
||||||
button.jsoneditor-invisible, button.jsoneditor-dragarea,
|
button.jsoneditor-invisible, button.jsoneditor-dragarea,
|
||||||
button.jsoneditor-type-auto, button.jsoneditor-type-string,
|
button.jsoneditor-type-auto, button.jsoneditor-type-string,
|
||||||
button.jsoneditor-type-array, button.jsoneditor-type-object {
|
button.jsoneditor-type-array, button.jsoneditor-type-object {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -59,7 +59,7 @@ button.jsoneditor-remove, button.jsoneditor-append, button.jsoneditor-duplicate,
|
||||||
}
|
}
|
||||||
|
|
||||||
button.jsoneditor-collapsed, button.jsoneditor-expanded,
|
button.jsoneditor-collapsed, button.jsoneditor-expanded,
|
||||||
button.jsoneditor-invisible {
|
button.jsoneditor-invisible {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -133,7 +133,7 @@ div.jsoneditor-option:hover {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
div.jsoneditor-option-string, div.jsoneditor-option-auto,
|
div.jsoneditor-option-string, div.jsoneditor-option-auto,
|
||||||
div.jsoneditor-option-object, div.jsoneditor-option-array {
|
div.jsoneditor-option-object, div.jsoneditor-option-array {
|
||||||
padding: 4px 12px 4px 24px;
|
padding: 4px 12px 4px 24px;
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-position: 4px center;
|
background-position: 4px center;
|
||||||
|
@ -269,8 +269,8 @@ td.jsoneditor-droparea {
|
||||||
}
|
}
|
||||||
|
|
||||||
.jsoneditor-field, .jsoneditor-value, .jsoneditor-td, .jsoneditor-th,
|
.jsoneditor-field, .jsoneditor-value, .jsoneditor-td, .jsoneditor-th,
|
||||||
.jsoneditor-type,
|
.jsoneditor-type,
|
||||||
.jsonformatter-textarea {
|
.jsonformatter-textarea {
|
||||||
font-family: droid sans mono, monospace, courier new, courier, sans-serif;
|
font-family: droid sans mono, monospace, courier new, courier, sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue