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 { .b-admin-plugin-property {
.help-block { .help-block {
color: lighten(@textColor, 15%); // lighten the text some for contrast
display: block; // account for any element using help-block display: block; // account for any element using help-block
font-style: italic;
opacity: 0.5;
margin-bottom: 5px; margin-bottom: 5px;
} }
.controls { .controls {

View file

@ -30,7 +30,7 @@
params: { value: value, label: Label } params: { value: value, label: Label }
}"></div> }"></div>
<!-- /ko --> <!-- /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> </div>
<br /> <br />
</div> </div>