Hello for some users they're have a difficult time telling that the k-button is grayed out or disabled, so want to see if there's a way to gray out this button about 30% more when the "isNewBipEnabled" field is equal to "false" and i've attached a word document with snap shots for reference, thanks for any pointers!
<
td
width
=
"10%"
>
<
button
class
=
"bip-btn"
data-bind
=
"enabled: isNewBipEnabled, click: onNewBip"
>
<
img
data-bind
=
"attr: {src: newImgUrl}"
style
=
"vertical-align:middle;"
/>
<
span
style
=
"font-weight:bold;margin-top:2px;"
>New BIP</
span
>
</
button
>
</
td
>
/* <== special effiect when switching between views */
.bip-btn:hover {
background-color: cadetblue;
}