How do i change the background of a button? #1240
ItsAllPeachy
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Use * {
all: unset;
}What is happening is that the global gtk theme styles are overriding your css styles, and using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do i change a buttons background color?
Yea, stupid question, I know- But I'm stuck!
Here is my eww.yuck file:
And here is the eww.scss:
The problem it, I'm trying to change the background color of the button to black- I know its the right class because everything else applied correctly, but for some reason the background color is still white.
I did RTFM, clearly not well enough, and i couldn't find anybody else talking about this issue.
Any help is much appreciated! Thank you strangers!
Beta Was this translation helpful? Give feedback.
All reactions