make Ninox the cell text bold
Given that I know little to nothing about html coding. and usually use a sledge Hammer to crack a nut!
God know why Ninox would give us property change values to text input fields ( had this for years in dataease/ms access etc)
How do I add in some code into the below style to make the 2 fields (41 and 42) have bold text! as well as the colour change as stated in highlighted section below. (if this is doable)
i usualy use <b> etc on my letter pages where tagging etc is used. But doubt if that will work here
html("
<style>
.component.editor.editor-string.error {
background-color: lightgray;
}
.component.editor.editor-string.error label {
color: red;
}
.component.editor.editor-number.error label {
color: red;
}
.component.editor.editor-number.error {
background-color: lightgray;
}
.form .component.editor.editor-number:nth-child(41) .nx-input,
.form .component.editor.editor-number:nth-child(41) .nx-input__input,
.form .component.editor.editor-string:nth-child(42) .nx-input,
.form .component.editor.editor-string:nth-child(42) .nx-input__input {
color: black;
background-color: lightgrey;
}
</style>
")
1 reply
-
font-weight: bold;
font-weight: normal|bold|bolder|lighter|number|initial|inherit;
Content aside
- 2 wk agoLast active
- 1Replies
- 26Views
-
2
Following