Make GtkTooltip use GtkStyleContext

This commit is contained in:
Carlos Garnacho
2011-01-04 02:18:51 +01:00
parent 41389cb435
commit 554e649a68
2 changed files with 39 additions and 24 deletions

View File

@ -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"