JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Buttons › Smart button change hover and disabled stying? › Reply To: Smart button change hover and disabled stying?
January 19, 2021 at 9:14 pm
#101333
davout
Member
Think I solved it, with…
smart-button button:hover { background-color: var(--smart-primary) !important; border: 1px white solid; color: white !important; } smart-button button:disabled { background-color: var(--smart-primary) !important; color: aliceblue !important; }