summaryrefslogtreecommitdiffstats
path: root/ui/gfx
diff options
context:
space:
mode:
authorskuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-10 23:21:10 +0000
committerskuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-10 23:21:10 +0000
commite74dbe12d1ed0637fb8f24c26ed675fdeca67eab (patch)
tree6efe61a57830ce28fa640b93db774fe7a9c30bd3 /ui/gfx
parentabe52909b455d61287d4d615ca47fbb7822b9b01 (diff)
downloadchromium_src-e74dbe12d1ed0637fb8f24c26ed675fdeca67eab.zip
chromium_src-e74dbe12d1ed0637fb8f24c26ed675fdeca67eab.tar.gz
chromium_src-e74dbe12d1ed0637fb8f24c26ed675fdeca67eab.tar.bz2
Match omnibar selected text background color with page selected text color
BUG=127345 TEST=none Review URL: https://chromiumcodereview.appspot.com/10310102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136441 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx')
-rw-r--r--ui/gfx/native_theme_aura.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/native_theme_aura.cc b/ui/gfx/native_theme_aura.cc
index 978c52d..b3be18b 100644
--- a/ui/gfx/native_theme_aura.cc
+++ b/ui/gfx/native_theme_aura.cc
@@ -41,7 +41,7 @@ const SkColor kLabelBackgroundColor = SK_ColorWHITE;
const SkColor kTextfieldDefaultColor = SK_ColorBLACK;
const SkColor kTextfieldDefaultBackground = SK_ColorWHITE;
const SkColor kTextfieldSelectionBackgroundFocused =
- SkColorSetARGB(0x54, 0x4D, 0x90, 0xFE);
+ SkColorSetARGB(0x54, 0x60, 0xA8, 0xEB);
const SkColor kTextfieldSelectionBackgroundUnfocused = SK_ColorLTGRAY;
const SkColor kTextfieldSelectionColor =
color_utils::AlphaBlend(SK_ColorBLACK,