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

Side by Side Diff: trunk/src/chrome/browser/resources/ntp_android/opentabs.css

Issue 264543002: Revert 267095 "Remove WebUI NTP on Android." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 .list-item { 5 .list-item {
6 -webkit-tap-highlight-color: transparent; 6 -webkit-tap-highlight-color: transparent;
7 -webkit-transition: 300ms linear; 7 -webkit-transition: 300ms linear;
8 -webkit-transition-property: background; 8 -webkit-transition-property: background;
9 background: transparent; 9 background: transparent;
10 height: 50px; 10 height: 50px;
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 } 230 }
231 } 231 }
232 232
233 .session-icon { 233 .session-icon {
234 background-position: center; 234 background-position: center;
235 background-repeat: no-repeat; 235 background-repeat: no-repeat;
236 background-size: 32px 32px; 236 background-size: 32px 32px;
237 height: 48px; 237 height: 48px;
238 width: 48px; 238 width: 48px;
239 } 239 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698