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

Side by Side Diff: chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.css

Issue 12720004: InstantExtended: local omnibox popup fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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
OLDNEW
1 /* Copyright 2012 The Chromium Authors. All rights reserved. 1 /* Copyright 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 body { 5 body {
6 background-color: white; 6 background-color: white;
7 cursor: default; 7 cursor: default;
8 margin: 0; 8 margin: 0;
9 overflow: hidden; 9 overflow: hidden;
10 } 10 }
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 overflow: hidden; 42 overflow: hidden;
43 } 43 }
44 44
45 /* Styling for native suggestions, hidden by the shadow DOM. */ 45 /* Styling for native suggestions, hidden by the shadow DOM. */
46 .chrome_url { 46 .chrome_url {
47 color: rgb(0, 153, 51); 47 color: rgb(0, 153, 51);
48 } 48 }
49 49
50 .chrome_title { 50 .chrome_title {
51 color: #666 51 color: #666
52 } 52 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698