Fix missing "..." in the supervised user import dialog.
[chromium-blink-merge.git] / chrome / browser / resources / local_ntp / most_visited_iframe.css
blob89efb1e019d19d341288e48b586a8d043dcc7df4
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
3 * found in the LICENSE file. */
4 body {
5 -webkit-user-select: none;
6 background: none transparent;
7 margin: 0;
8 overflow: hidden;
11 a {
12 display: block;
13 text-decoration: none;
16 a:active,
17 a:hover,
18 a:visited {
19 color: inherit;
20 text-decoration: inherit;