1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

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

This commit is contained in:
Horst3180 2016-10-03 10:53:22 +02:00
parent b8a8461709
commit efdd708a13

View File

@ -79,5 +79,8 @@ style "entry_border" {
# Mousepad search entry # 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 # Hexchat input box
class "SexySpellEntry" style:highest "entry_border" class "SexySpellEntry" style:highest "entry_border"