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

Unified Diff: src/platform/theme/resources/gtkrc

Issue 2089018: Menu theme tuning. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/platform/theme/theme_draw.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/theme/resources/gtkrc
diff --git a/src/platform/theme/resources/gtkrc b/src/platform/theme/resources/gtkrc
index 8fd63e21385681267bba997940409a8939639b3e..96013eab0b57df52b9fa7e2cff633a3c3d430bde 100644
--- a/src/platform/theme/resources/gtkrc
+++ b/src/platform/theme/resources/gtkrc
@@ -71,6 +71,9 @@ style "default" {
# Give more padding to buttons (default is 1, 1, 1, 1).
GtkButton::inner-border = { 5, 5, 1, 1 }
+ # Turn off extra menu vertical padding
+ GtkMenu::vertical-padding = 0
+
engine "theme" { }
}
@@ -94,14 +97,6 @@ style "NotebookStyle" = "default" {
GtkNotebook::tab-curvature = 10
}
-style "WhiteBackgroundStyle" = "default" {
- bg[NORMAL] = "#FFF"
- bg[PRELIGHT] = "#FFF"
- bg[SELECTED] = "#FFF"
- bg[INSENSITIVE] = "#FFF"
- bg[ACTIVE] = "#FFF"
-}
-
style "TextStyle" = "default" {
base[SELECTED] = "#DCE4FA"
}
@@ -120,6 +115,14 @@ style "TooltipStyle" = "default" {
font_name = "DroidSans 8"
}
+style "WhiteBackgroundStyle" = "default" {
+ bg[NORMAL] = "#FFF"
+ bg[PRELIGHT] = "#FFF"
+ bg[SELECTED] = "#FFF"
+ bg[INSENSITIVE] = "#FFF"
+ bg[ACTIVE] = "#FFF"
+}
+
class "*" style "default"
class "GtkNotebook" style "NotebookStyle"
« 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