labels css

This commit is contained in:
Laurent Lepinay
2015-07-10 15:59:41 +02:00
parent d968fda207
commit 2763800bee
7 changed files with 25 additions and 4 deletions

View File

@@ -459,6 +459,10 @@
.swagger-section .swagger-ui-wrap .required {
font-weight: bold;
}
.swagger-section .swagger-ui-wrap .editor_holder {
font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
font-size: 0.9em;
}
.swagger-section .swagger-ui-wrap .editor_holder label {
font-weight: normal!important;
/* JSONEditor uses bold by default for all labels, we revert that back to normal to not give the impression that by default fields are required */