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

Side by Side Diff: src/platform/theme/resources/gtkrc

Issue 2134013: Draw text field theme for GtkViewsTextView. (Closed) Base URL: ssh://git@chromiumos-git//chromeos
Patch Set: Created 10 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | src/platform/theme/theme_draw.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 gtk_color_scheme = "fg_color:#000\nbg_color:#F7F7F7\nbase_color:#F7F7F7\ntext_co lor:#000\nselected_bg_color:#000\nselected_fg_color:#000\ntooltip_bg_color:#F7F7 F7\ntooltip_fg_color:#000\n" 1 gtk_color_scheme = "fg_color:#000\nbg_color:#F7F7F7\nbase_color:#F7F7F7\ntext_co lor:#000\nselected_bg_color:#000\nselected_fg_color:#000\ntooltip_bg_color:#F7F7 F7\ntooltip_fg_color:#000\n"
2 2
3 gtk-font-name="DroidSans 9" 3 gtk-font-name="DroidSans 9"
4 4
5 # Disable button images. 5 # Disable button images.
6 gtk-button-images = 0 6 gtk-button-images = 0
7 7
8 # Diable mnemonics for labels and menu items. 8 # Diable mnemonics for labels and menu items.
9 gtk-enable-mnemonics = 0 9 gtk-enable-mnemonics = 0
10 10
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 class "*" style "default" 126 class "*" style "default"
127 127
128 class "GtkNotebook" style "NotebookStyle" 128 class "GtkNotebook" style "NotebookStyle"
129 129
130 class "GtkEntry" style "TextStyle" 130 class "GtkEntry" style "TextStyle"
131 131
132 class "GtkViewsEntry" style "TextStyle" 132 class "GtkViewsEntry" style "TextStyle"
133 133
134 class "GtkTextView" style "TextStyle" 134 class "GtkTextView" style "TextStyle"
135 135
136 class "GtkViewsTextView" style "TextStyle"
137
136 widget "gtk-tooltip*" style "TooltipStyle" 138 widget "gtk-tooltip*" style "TooltipStyle"
137 139
138 widget "*.chromeos-options-tab" style "WhiteBackgroundStyle" 140 widget "*.chromeos-options-tab" style "WhiteBackgroundStyle"
139 141
140 widget "*.chromeos-options-tab*.GtkEventBox" style "WhiteBackgroundStyle" 142 widget "*.chromeos-options-tab*.GtkEventBox" style "WhiteBackgroundStyle"
OLDNEW
« no previous file with comments | « no previous file | src/platform/theme/theme_draw.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698