Make GtkTooltip use GtkStyleContext
This commit is contained in:
@ -3654,6 +3654,9 @@ gtk_css_provider_get_default (void)
|
||||
".tooltip {\n"
|
||||
" background-color: @tooltip_bg_color; \n"
|
||||
" color: @tooltip_fg_color; \n"
|
||||
" border-color: @tooltip_fg_color; \n"
|
||||
" border-width: 1;\n"
|
||||
" border-style: solid;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
".button,\n"
|
||||
|
||||
Reference in New Issue
Block a user