diff options
Diffstat (limited to 'chrome/browser/resources/new_new_tab.css')
-rw-r--r-- | chrome/browser/resources/new_new_tab.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/resources/new_new_tab.css b/chrome/browser/resources/new_new_tab.css index 41a419e..3286050 100644 --- a/chrome/browser/resources/new_new_tab.css +++ b/chrome/browser/resources/new_new_tab.css @@ -619,3 +619,7 @@ html[dir=rtl] #option-menu > [command=hide]:before { -webkit-animation: bounce .5s ease-in-out; -webkit-transition: opacity .5s; } + +#apps-section #gallery-entry { + background-image: url('app_gallery_icon.png'); +} |