gtk2: fix mousepad find and replace textbox (fix #664)

pull/676/head
Horst3180 8 years ago
parent b8a8461709
commit efdd708a13

@ -77,7 +77,10 @@ style "entry_border" {
}
# Mousepad search entry
widget_class "*MousepadSearchBar*.<GtkEntry>" style "entry_border"
widget_class "*MousepadSearchBar*.<GtkEntry>" style "entry_border"
# Mousepad find and replace
widget_class "*MousepadReplaceDialog*.<GtkEntry>" style "entry_border"
# Hexchat input box
class "SexySpellEntry" style:highest "entry_border"
class "SexySpellEntry" style:highest "entry_border"

Loading…
Cancel
Save