Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(507)

Unified Diff: resources/gtkrc

Issue 3684004: Use 'GtkWidget' instead of '*' for default style rule. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/theme.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698