mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 19:30:10 +00:00
default theme: fix tooltip colors
This commit is contained in:
parent
4f649e10fa
commit
d7598aabe3
@ -2641,7 +2641,8 @@ gtk_css_provider_get_default (void)
|
||||
" border-width: 1;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
".tooltip {\n"
|
||||
".tooltip,\n"
|
||||
".tooltip * {\n"
|
||||
" background-color: @tooltip_bg_color; \n"
|
||||
" color: @tooltip_fg_color; \n"
|
||||
" border-color: @tooltip_fg_color; \n"
|
||||
|
Loading…
Reference in New Issue
Block a user