Reapply changes in PR 1740, but fix properly in .less files

This commit is contained in:
Nick Maynard
2016-01-27 22:05:02 +00:00
parent 20f12d2e96
commit bcbf55eb03
5 changed files with 18 additions and 3 deletions

View File

@@ -367,11 +367,11 @@
font-size: 0.9em;
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 */
}
}
}
.editor_holder label.required {
font-weight:bold!important;
font-weight:bold!important;
}
input.parameter {
@@ -655,6 +655,9 @@
a {
color: black;
text-decoration: none;
&.toggleOperation.deprecated {
text-decoration: line-through;
}
}
a:hover {
text-decoration: underline;