mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 06:15:21 +01:00
[GH-ISSUE #728] [Notifications] Incorrect CSS selector in docs #238
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#238
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Humorist2601 on GitHub (Sep 10, 2024).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/728
Hello
Recently tried you bar and I am loving it. Just one thing. I have tried customizing the notification button using following css
But it is still showing the border radius. Any help
@JakeStanger commented on GitHub (Sep 11, 2024):
I'm not sure why that wouldn't work. It may be a specificity issue. Try specifying it's the button you're after:
If still no luck, let me know and I'll give it a go as soon as I can.
@Humorist2601 commented on GitHub (Sep 11, 2024):
Hello, I tried using different selectors but the one that actually worked was
.notifications buttonI think we can close this issue
@JakeStanger commented on GitHub (Sep 11, 2024):
Glad you found a working solution. I'm going to re-open and re-label as a docs issue.