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

Side by Side Diff: resources/gtkrc

Issue 3130014: Change tooltip corner radius to 4px. (Closed) Base URL: http://src.chromium.org/git/theme.git
Patch Set: Created 10 years, 4 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 | 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="ChromeDroidSans 9" 3 gtk-font-name="ChromeDroidSans 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 # Padding for tabs. 102 # Padding for tabs.
103 GtkNotebook::tab-curvature = 10 103 GtkNotebook::tab-curvature = 10
104 } 104 }
105 105
106 style "TextStyle" = "default" { 106 style "TextStyle" = "default" {
107 base[SELECTED] = "#DCE4FA" 107 base[SELECTED] = "#DCE4FA"
108 } 108 }
109 109
110 style "TooltipStyle" = "default" { 110 style "TooltipStyle" = "default" {
111 # Padding to allow a rounded rect border. 111 # Padding to allow a rounded rect border.
112 xthickness = 10 112 xthickness = 8
113 113
114 # Padding to give more space at top and bottom. 114 # Padding to give more space at top and bottom.
115 ythickness = 6 115 ythickness = 4
116 116
117 # Yellowish background. 117 # Yellowish background.
118 bg[NORMAL] = "#FFF9E3" 118 bg[NORMAL] = "#FFF9E3"
119 119
120 # Give tooltips a slightly smaller font. 120 # Give tooltips a slightly smaller font.
121 font_name = "ChromeDroidSans 8" 121 font_name = "ChromeDroidSans 8"
122 } 122 }
123 123
124 style "WhiteBackgroundStyle" = "default" { 124 style "WhiteBackgroundStyle" = "default" {
125 bg[NORMAL] = "#FFF" 125 bg[NORMAL] = "#FFF"
(...skipping 13 matching lines...) Expand all
139 139
140 class "GtkTextView" style "TextStyle" 140 class "GtkTextView" style "TextStyle"
141 141
142 class "GtkViewsTextView" style "TextStyle" 142 class "GtkViewsTextView" style "TextStyle"
143 143
144 widget "gtk-tooltip*" style "TooltipStyle" 144 widget "gtk-tooltip*" style "TooltipStyle"
145 145
146 widget "*.chromeos-options-tab" style "WhiteBackgroundStyle" 146 widget "*.chromeos-options-tab" style "WhiteBackgroundStyle"
147 147
148 widget "*.chromeos-options-tab*.GtkEventBox" style "WhiteBackgroundStyle" 148 widget "*.chromeos-options-tab*.GtkEventBox" style "WhiteBackgroundStyle"
OLDNEW
« no previous file with comments | « no previous file | theme_draw.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698