Skip to content

Is there any way to modify the font color of tray only? #2179

Answered by distek
HyperCherry asked this question in Q&A
Discussion options

You must be logged in to vote

Figured this out today:
#2569 (comment)

#tray menu menuitem:hover {
  background-color: #000000;
  color: #ffffff;
}

Doc link for GTK's menuitem:
https://lazka.github.io/pgi-docs/Gtk-3.0/classes/MenuItem.html#class-details

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Heus-Sueh
Comment options

@sandmuel
Comment options

Answer selected by HyperCherry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants