| Index: resources/gtkrc
|
| diff --git a/resources/gtkrc b/resources/gtkrc
|
| index e34dc32537d9679229bdee2fa92a87a27a81f726..660e84c9e2372a18bd76ca64759083c1f405009b 100644
|
| --- a/resources/gtkrc
|
| +++ b/resources/gtkrc
|
| @@ -129,20 +129,14 @@ style "WhiteBackgroundStyle" = "default" {
|
| bg[ACTIVE] = "#FFF"
|
| }
|
|
|
| -class "*" style "default"
|
| +class "GtkWidget" style "default"
|
|
|
| class "GtkNotebook" style "NotebookStyle"
|
|
|
| class "GtkEntry" style "TextStyle"
|
|
|
| -class "GtkViewsEntry" style "TextStyle"
|
| -
|
| class "GtkTextView" style "TextStyle"
|
|
|
| -class "GtkViewsTextView" style "TextStyle"
|
| -
|
| -class "GtkUndoView" style "TextStyle"
|
| -
|
| widget "gtk-tooltip*" style "TooltipStyle"
|
|
|
| widget "*.chromeos-options-tab" style "WhiteBackgroundStyle"
|
|
|