FriendsOfFlarum / cookie-consent

Cookie Consent notice for your Flarum site
MIT License
6 stars 5 forks source link

Can add hover/focus background-color settings option for the dismiss button #42

Open FastChen opened 1 month ago

FastChen commented 1 month ago

Feature Request

Is your feature request related to a problem? Please describe.

button background-color and text color have setting option. can add :hover/:focus background-color settings option?

Describe the solution you'd like

A detailed description of your proposed solution. Include:

Describe alternatives you've considered

use custom Less/CSS

.cc-btn:hover .cc-btn:focus {
    background-color: var(--secondary-color);
}