Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change colors using css #234

Open
nathgit opened this issue Mar 1, 2025 · 0 comments
Open

change colors using css #234

nathgit opened this issue Mar 1, 2025 · 0 comments

Comments

@nathgit
Copy link

nathgit commented Mar 1, 2025

What are the different selectors for changing color in buttons? I have a button with the btnRed class, & I created a CSS script to change the background & text color, & a few other things
.btnRed{
background-color:#ff0000 ! important;
color:#ffffff !important;
font-weight: bold !important;
text-decoration:underline ! important;
}

This makes the line behind the button red, but not the background of the button itself. The other code doesn't work either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant