Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › General Discussions › 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
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;
}