default theme: fix tooltip colors

This commit is contained in:
Benjamin Otte 2011-06-12 23:26:53 +02:00
parent 4f649e10fa
commit d7598aabe3

View File

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