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

Side by Side Diff: chrome/browser/resources/ntp_search/nav_dot.css

Issue 12207138: Remove unused ntp_search. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
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
3 * found in the LICENSE file. */
4
5 #dot-list {
6 height: 15px;
7 margin: 0;
8 overflow: hidden;
9 padding: 0;
10 }
11
12 .dot {
13 -webkit-transition: color 200ms;
14 color: #666;
15 cursor: pointer;
16 display: inline-block;
17 font-size: 1.0833em;
18 margin: 0 1em;
19 min-width: 55px;
20 outline: none;
21 text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
22 white-space: nowrap;
23 }
24
25 .dot.selected {
26 color: rgb(221, 75, 57);
27 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp_search/most_visited_page.js ('k') | chrome/browser/resources/ntp_search/nav_dot.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698