diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-13 21:49:43 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-13 21:49:43 +0000 |
commit | 148e47de6904b89adf7239e1f3bdb831cddcbf4c (patch) | |
tree | 090953777e1818ea61295a38cc9498c8ddb9114f /chrome/app/theme | |
parent | b6eb23025f4e3db115522faa1f26a71e606e54eb (diff) | |
download | chromium_src-148e47de6904b89adf7239e1f3bdb831cddcbf4c.zip chromium_src-148e47de6904b89adf7239e1f3bdb831cddcbf4c.tar.gz chromium_src-148e47de6904b89adf7239e1f3bdb831cddcbf4c.tar.bz2 |
GTK: Tint omnibox icons in GTK mode differently.
- Tint highlighted icons (the *_DARK variety) the color of highlighted text.
- Use new variants of the IDR_OMNIBOX_HTTP* and IDR_OMNIBOX_HISTORY* icons in
GTK mode where there isn't a white background.
BUG=41189
TEST=none
Review URL: http://codereview.chromium.org/1559029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44401 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r-- | chrome/app/theme/omnibox_history_dark_transparent.png | bin | 0 -> 311 bytes | |||
-rw-r--r-- | chrome/app/theme/omnibox_history_transparent.png | bin | 0 -> 317 bytes | |||
-rw-r--r-- | chrome/app/theme/omnibox_http_dark_transparent.png | bin | 0 -> 422 bytes | |||
-rw-r--r-- | chrome/app/theme/omnibox_http_transparent.png | bin | 0 -> 423 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 4 |
5 files changed, 4 insertions, 0 deletions
diff --git a/chrome/app/theme/omnibox_history_dark_transparent.png b/chrome/app/theme/omnibox_history_dark_transparent.png Binary files differnew file mode 100644 index 0000000..2edc8d8 --- /dev/null +++ b/chrome/app/theme/omnibox_history_dark_transparent.png diff --git a/chrome/app/theme/omnibox_history_transparent.png b/chrome/app/theme/omnibox_history_transparent.png Binary files differnew file mode 100644 index 0000000..4b0fc77 --- /dev/null +++ b/chrome/app/theme/omnibox_history_transparent.png diff --git a/chrome/app/theme/omnibox_http_dark_transparent.png b/chrome/app/theme/omnibox_http_dark_transparent.png Binary files differnew file mode 100644 index 0000000..4f6fa89 --- /dev/null +++ b/chrome/app/theme/omnibox_http_dark_transparent.png diff --git a/chrome/app/theme/omnibox_http_transparent.png b/chrome/app/theme/omnibox_http_transparent.png Binary files differnew file mode 100644 index 0000000..e432be1 --- /dev/null +++ b/chrome/app/theme/omnibox_http_transparent.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index c38c3b2..baa714b 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -46,9 +46,13 @@ <include name="IDR_LOCATION_BAR_SELECTED_KEYWORD_BACKGROUND_R" file="location_bar_keyword_search_r.png" type="BINDATA" /> <include name="IDR_OMNIBOX_HISTORY" file="omnibox_history.png" type="BINDATA" /> <include name="IDR_OMNIBOX_HISTORY_DARK" file="omnibox_history_dark.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_HISTORY_TRANSPARENT" file="omnibox_history_transparent.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_HISTORY_DARK_TRANSPARENT" file="omnibox_history_dark_transparent.png" type="BINDATA" /> <include name="IDR_OMNIBOX_HISTORY_SELECTED" file="omnibox_history_selected.png" type="BINDATA" /> <include name="IDR_OMNIBOX_HTTP" file="omnibox_http.png" type="BINDATA" /> <include name="IDR_OMNIBOX_HTTP_DARK" file="omnibox_http_dark.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_HTTP_TRANSPARENT" file="omnibox_http_transparent.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_HTTP_DARK_TRANSPARENT" file="omnibox_http_dark_transparent.png" type="BINDATA" /> <include name="IDR_OMNIBOX_HTTP_SELECTED" file="omnibox_http_selected.png" type="BINDATA" /> <include name="IDR_OMNIBOX_HTTPS_GREEN" file="omnibox_https_green.png" type="BINDATA" /> <include name="IDR_OMNIBOX_HTTPS_INVALID" file="omnibox_https_invalid.png" type="BINDATA" /> |