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:
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…
Reference in New Issue
Block a user