diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-01-01 18:57:16 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-01-01 18:57:16 +0000 |
commit | cbf0968bda61139f274d5f71bfbd454e44f9697b (patch) | |
tree | df922e3f7160757bc1e30c45b1ce9e00195b6cd4 /Redcore-nighttime/gtk-2.0/gtkrc | |
parent | 536c771f6eee9b7b269aec929646d93e29eaf35e (diff) |
fix xfce/mate theming
Diffstat (limited to 'Redcore-nighttime/gtk-2.0/gtkrc')
-rw-r--r-- | Redcore-nighttime/gtk-2.0/gtkrc | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/Redcore-nighttime/gtk-2.0/gtkrc b/Redcore-nighttime/gtk-2.0/gtkrc index b407bf9..845a221 100644 --- a/Redcore-nighttime/gtk-2.0/gtkrc +++ b/Redcore-nighttime/gtk-2.0/gtkrc @@ -853,13 +853,4 @@ widget_class "*<GtkListItem>*" style "fg-is-text-color-workaround" # The same problem also exists for GtkCList and GtkCTree. # Only match GtkCList and not the parent widgets, because that would also change the headers. widget_class "*<GtkCList>" style "fg-is-text-color-workaround" -widget_class "*<EelEditableLabel>" style "fg-is-text-color-workaround" - -# panel theming -include "apps/xfce-panel.rc" -# application specific theming -include "apps/chromium.rc" -include "apps/claws-mail.rc" -include "apps/gmusicbrowser.rc" -include "apps/terminal.rc" -include "apps/thunar.rc" +widget_class "*<EelEditableLabel>" style "fg-is-text-color-workaround"
\ No newline at end of file |