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

Side by Side Diff: chrome/browser/resources/app_list/start_page.css

Issue 911373002: Make start page logo web contents transparent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_white_flash_somehow
Patch Set: disable resize background Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/app_list_view_delegate.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 html, 5 html,
6 body { 6 body {
7 -webkit-user-select: none; 7 -webkit-user-select: none;
8 background-color: rgb(245, 245, 245);
9 height: 100%; 8 height: 100%;
10 margin: 0; 9 margin: 0;
11 overflow: hidden; 10 overflow: hidden;
12 padding: 0; 11 padding: 0;
13 width: 100%; 12 width: 100%;
14 } 13 }
15 14
16 #doodle { 15 #doodle {
17 display: none; 16 display: none;
18 justify-content: center; 17 justify-content: center;
19 } 18 }
20 19
21 #default_logo { 20 #default_logo {
22 background-image: -webkit-image-set( 21 background-image: -webkit-image-set(
23 url(chrome://theme/IDR_LOCAL_NTP_IMAGES_LOGO_PNG) 1x, 22 url(chrome://theme/IDR_LOCAL_NTP_IMAGES_LOGO_PNG) 1x,
24 url(chrome://theme/IDR_LOCAL_NTP_IMAGES_LOGO_PNG@2x) 2x); 23 url(chrome://theme/IDR_LOCAL_NTP_IMAGES_LOGO_PNG@2x) 2x);
25 height: 95px; 24 height: 95px;
26 margin: auto; 25 margin: auto;
27 width: 269px; 26 width: 269px;
28 } 27 }
29 28
30 #logo_container { 29 #logo_container {
31 bottom: 0; 30 bottom: 0;
32 position: absolute; 31 position: absolute;
33 width: 100%; 32 width: 100%;
34 } 33 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/app_list_view_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698