Skip to content

Commit

Permalink
Style json editor buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jensoleg committed May 14, 2016
1 parent 2b5baca commit dc87542
Show file tree
Hide file tree
Showing 10 changed files with 177 additions and 58 deletions.
7 changes: 4 additions & 3 deletions dist/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3243,7 +3243,7 @@ fieldset[disabled] .btn-success.active {
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
border-color: transparent;
}
.btn-info:hover,
.btn-info:focus,
Expand All @@ -3253,7 +3253,7 @@ fieldset[disabled] .btn-success.active {
.open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
border-color: transparent;
}
.btn-info:active,
.btn-info.active,
Expand All @@ -3279,7 +3279,7 @@ fieldset[disabled] .btn-info:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
border-color: transparent;
}
.btn-info .badge {
color: #5bc0de;
Expand Down Expand Up @@ -3428,6 +3428,7 @@ fieldset[disabled] .btn-link:focus {
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
margin: 1px;
}
.btn-block {
display: block;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
.swagger-section pre .vhdl .attribute,
.swagger-section pre .clojure .attribute,
.swagger-section pre .coffeescript .property {
color: #88F;
color: #8888ff;
}
.swagger-section pre .keyword,
.swagger-section pre .id,
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
log("Unable to Load SwaggerUI");
},
docExpansion: "none",
sorter: "alpha",
sorter: "alpha"
});

function addApiKeyAuthorization() {
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/jsoneditor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

191 changes: 154 additions & 37 deletions dist/swagger-ui.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dist/swagger-ui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/jsoneditor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions src/main/html/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3243,7 +3243,7 @@ fieldset[disabled] .btn-success.active {
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
border-color: transparent;
}
.btn-info:hover,
.btn-info:focus,
Expand All @@ -3253,7 +3253,7 @@ fieldset[disabled] .btn-success.active {
.open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
border-color: transparent;
}
.btn-info:active,
.btn-info.active,
Expand All @@ -3279,7 +3279,7 @@ fieldset[disabled] .btn-info:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
border-color: transparent;
}
.btn-info .badge {
color: #5bc0de;
Expand Down Expand Up @@ -3428,6 +3428,7 @@ fieldset[disabled] .btn-link:focus {
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
margin: 1px;
}
.btn-block {
display: block;
Expand Down
2 changes: 1 addition & 1 deletion src/main/html/css/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
.swagger-section pre .vhdl .attribute,
.swagger-section pre .clojure .attribute,
.swagger-section pre .coffeescript .property {
color: #88F;
color: #8888ff;
}
.swagger-section pre .keyword,
.swagger-section pre .id,
Expand Down
2 changes: 1 addition & 1 deletion src/main/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
log("Unable to Load SwaggerUI");
},
docExpansion: "none",
sorter: "alpha",
sorter: "alpha"
});

function addApiKeyAuthorization() {
Expand Down

0 comments on commit dc87542

Please sign in to comment.