Style Active Button (Premium)

Daniel

Last Update منذ ٣ أعوام

To style the active button you can use the df-activebutton class, that gets automatically added to the button after being pushed.


For example:

/* makes active button darker */

.df-activebutton {

     filter: brightness(50%);

}

Still need help? Message Us