What's the id or class name of tooltips from systray widget? #1382
-
|
Hi! I use this on my CSS file: * { all: unset; font-size: 16px; }but from the beginning, I had this issue with systray tooltips where the thing was all transparent: This is not the same as #1067 I fixed my tooltip menus following what people said there. |
Beta Was this translation helpful? Give feedback.
Answered by
hypernova7
Aug 25, 2025
Replies: 1 comment
-
|
You can actually use the tooltip name as a selector to style all tooltips the same way, including those in the system tray. tooltip {
padding: 3px 7px;
border-radius: 10px;
background-color: black;
color: white;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shackra
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

You can actually use the tooltip name as a selector to style all tooltips the same way, including those in the system tray.