CSS Styling Assistance Request: border: none on any selector disables borders globally
#1275
Unanswered
AustinFoss
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
This doesn't sound right to me. It's possible what you're seeing is the entire stylesheet fail to load if there's an error. Are you able to share the full config and stylesheet please? Do you also know what GTK4 theme you're using, if any? |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I'm a beginner to GTK4 css and but I am familiar with CSS in the web and tinkered with me firefox userChrome.css before.
What I'm trying to achieve with this css:
Is have a semi transparent background-color for my bar along with a border-bottom to try and mimic what my alacritty style looks like.
Unfortunately when I try and disable the border around my clock (the only widget on my bar), it also disables the border for the bar. Or if I set
* { border: none; }and then try to set the#barborder again it remains disabled.Even trying to set just
.clockborder bottom to none also disables#bar's border.Could anyone shed light on why this behavior occurs?
Beta Was this translation helpful? Give feedback.
All reactions