reinstate tooltip custom colors etc

git-svn-id: svn://localhost/ardour2/branches/3.0@9393 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-04-20 05:07:16 +00:00
parent d8e3f0acb8
commit b1ed372a8f
2 changed files with 14 additions and 0 deletions

View File

@ -1834,3 +1834,10 @@ widget "*ContrastingPopup*" style:highest "contrasting_popup"
widget "*RouteNameEditorEntry" style:highest "text_cell_entry"
widget "*RegionNameEditorEntry" style:highest "text_cell_entry"
style "tooltip" = "medium_text"
{
fg[NORMAL] = @@COLPREFIX@_fg_tooltip
bg[NORMAL] = @@COLPREFIX@_bg_tooltip
}
widget "gtk-tooltip*" style:highest "tooltip"

View File

@ -1834,3 +1834,10 @@ widget "*ContrastingPopup*" style:highest "contrasting_popup"
widget "*RouteNameEditorEntry" style:highest "text_cell_entry"
widget "*RegionNameEditorEntry" style:highest "text_cell_entry"
style "tooltip" = "medium_text"
{
fg[NORMAL] = @@COLPREFIX@_fg_tooltip
bg[NORMAL] = @@COLPREFIX@_bg_tooltip
}
widget "gtk-tooltip*" style:highest "tooltip"