| Index: chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.css
|
| diff --git a/chrome/browser/resources/local_ntp/most_visited_iframe.css b/chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.css
|
| similarity index 52%
|
| copy from chrome/browser/resources/local_ntp/most_visited_iframe.css
|
| copy to chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.css
|
| index 89efb1e019d19d341288e48b586a8d043dcc7df4..dbe099e8e92f13df7382bb4e08d638de7096cafa 100644
|
| --- a/chrome/browser/resources/local_ntp/most_visited_iframe.css
|
| +++ b/chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.css
|
| @@ -1,21 +1,19 @@
|
| /* Copyright 2013 The Chromium Authors. All rights reserved.
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
| -body {
|
| - -webkit-user-select: none;
|
| - background: none transparent;
|
| - margin: 0;
|
| - overflow: hidden;
|
| -}
|
|
|
| -a {
|
| +:host {
|
| + bottom: 0;
|
| display: block;
|
| - text-decoration: none;
|
| + font-size: 0;
|
| + opacity: 1;
|
| + position: fixed;
|
| + right: 0;
|
| + padding: 20px;
|
| }
|
|
|
| -a:active,
|
| -a:hover,
|
| -a:visited {
|
| - color: inherit;
|
| - text-decoration: inherit;
|
| +#toolbar {
|
| + border-radius: 3px;
|
| + box-shadow: 0 1px 2px gray, 0 3px 3px rgba(0, 0, 0, .2);
|
| + overflow: hidden;
|
| }
|
|
|