improve admin plugin help-block design

This commit is contained in:
djmaze 2021-03-04 16:27:36 +01:00
parent adce09712a
commit c538ebe174
2 changed files with 3 additions and 2 deletions

View file

@ -25,8 +25,9 @@
.b-admin-plugin-property {
.help-block {
color: lighten(@textColor, 15%); // lighten the text some for contrast
display: block; // account for any element using help-block
font-style: italic;
opacity: 0.5;
margin-bottom: 5px;
}
.controls {

View file

@ -30,7 +30,7 @@
params: { value: value, label: Label }
}"></div>
<!-- /ko -->
<span class="help-block" style="color: #ccc" data-bind="text: Desc, visible: '' !== Desc"></span>
<span class="help-block" data-bind="text: Desc, visible: '' !== Desc"></span>
</div>
<br />
</div>