diff options
author | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-01 22:43:50 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-01 22:43:50 +0000 |
commit | 25098925d8712b49e4624fb34b41bf660731302a (patch) | |
tree | 239b9aedb38bfd1bc661e507cadb4a424978bf4e /chrome/browser/resources/new_tab_theme.css | |
parent | dc9e01a89bc3bf632db38b280834f76d1476c91b (diff) | |
download | chromium_src-25098925d8712b49e4624fb34b41bf660731302a.zip chromium_src-25098925d8712b49e4624fb34b41bf660731302a.tar.gz chromium_src-25098925d8712b49e4624fb34b41bf660731302a.tar.bz2 |
Rename chrome://theme/resource to chrome://theme/IDR_RESOURCE
BUG=47881
TEST=Unit tests
Review URL: http://codereview.chromium.org/2805050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51444 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/new_tab_theme.css')
-rw-r--r-- | chrome/browser/resources/new_tab_theme.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/resources/new_tab_theme.css b/chrome/browser/resources/new_tab_theme.css index 031e524..ae39264 100644 --- a/chrome/browser/resources/new_tab_theme.css +++ b/chrome/browser/resources/new_tab_theme.css @@ -1,5 +1,5 @@ html { - background-image: url(chrome://theme/theme_ntp_background?$1); + background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1); background-color: $2; /* COLOR_NTP_BACKGROUND */ background-position: $3; background-repeat: $5; @@ -17,7 +17,7 @@ body { } #main { - background: url(chrome://theme/product_logo?$1) no-repeat 0 8px; + background: url(chrome://theme/IDR_PRODUCT_LOGO?$1) no-repeat 0 8px; } #notification.first-run { @@ -70,7 +70,7 @@ body { #option-button { background-color: $7; /* color_header_gradient_light */ - -webkit-mask-image: url(chrome://theme/newtab_menu_mask); + -webkit-mask-image: url(chrome://theme/IDR_NEWTAB_MENU_MASK); } #recently-closed { |