diff options
author | Horst3180 | 2016-06-01 13:12:26 +0200 |
---|---|---|
committer | Horst3180 | 2016-06-01 13:12:26 +0200 |
commit | 2b1a290469ad575432d51ba8107e878537b3178b (patch) | |
tree | 4aaf71ce6a43584e5bc9e6c9fbff53ef4df89591 /common/gtk-2.0/apps.rc | |
parent | d9d17728899c2741f0fc4cad7626db395e41c9c9 (diff) | |
download | solarc-theme-2b1a290469ad575432d51ba8107e878537b3178b.tar.gz solarc-theme-2b1a290469ad575432d51ba8107e878537b3178b.tar.xz solarc-theme-2b1a290469ad575432d51ba8107e878537b3178b.zip |
fix hexchat input box (#558)
Diffstat (limited to 'common/gtk-2.0/apps.rc')
-rw-r--r-- | common/gtk-2.0/apps.rc | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/common/gtk-2.0/apps.rc b/common/gtk-2.0/apps.rc index 2fcbdd5..ecabed7 100644 --- a/common/gtk-2.0/apps.rc +++ b/common/gtk-2.0/apps.rc @@ -27,29 +27,30 @@ widget_class "*ThunarTreeView*" style "dark-sidebar" widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle" # -# Mousepad +# Workaround for colored entries # - style "entry_border" { + xthickness = 7 + ythickness = 5 + engine "pixmap" { image { function = SHADOW - detail = "entry" state = NORMAL - shadow = IN + detail = "entry" file = "assets/entry-border-bg.png" - border = { 12, 12, 12, 12 } + border = {6, 6, 6, 6} stretch = TRUE } image { function = SHADOW - detail = "entry" state = ACTIVE + detail = "entry" file = "assets/entry-border-active-bg.png" - border = { 12, 12, 12, 12 } + border = {6, 6, 6, 6} stretch = TRUE } @@ -73,4 +74,8 @@ style "entry_border" { } } +# Mousepad search entry widget_class "*MousepadSearchBar*.<GtkEntry>" style "entry_border" + +# Hexchat input box +class "SexySpellEntry" style:highest "entry_border" |