| Index: chrome/browser/resources/history/history.css
|
| diff --git a/chrome/browser/resources/history/history.css b/chrome/browser/resources/history/history.css
|
| index 1cd439e2c0a38feddac8b4871c3ac9e6a9b84732..4abd4503c851211c4ff227f90ae51343016f68ae 100644
|
| --- a/chrome/browser/resources/history/history.css
|
| +++ b/chrome/browser/resources/history/history.css
|
| @@ -1,7 +1,6 @@
|
| /* Copyright (c) 2012 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.
|
| - */
|
| + * found in the LICENSE file. */
|
|
|
| #editing-controls {
|
| margin-top: 16px;
|
| @@ -25,8 +24,8 @@
|
| cursor: pointer;
|
| display: inline-block;
|
| font: inherit;
|
| - text-decoration: underline;
|
| padding: 0 9px;
|
| + text-decoration: underline;
|
| }
|
|
|
| .gap,
|
| @@ -69,7 +68,8 @@ html[dir=rtl] .entry-box {
|
| white-space: nowrap;
|
| }
|
|
|
| -.search-results, .day-results {
|
| +.search-results,
|
| +.day-results {
|
| margin: 0 0 24px 0;
|
| padding: 0;
|
| }
|
| @@ -110,7 +110,8 @@ html[dir=rtl] .entry-box {
|
| border-color: rgb(48, 57, 66);
|
| }
|
|
|
| -.drop-down[menu-shown], .drop-down:focus {
|
| +.drop-down[menu-shown],
|
| +.drop-down:focus {
|
| background-color: rgb(48, 57, 66);
|
| background-image: -webkit-canvas(drop-down-arrow-active);
|
| border-color: rgb(48, 57, 66);
|
| @@ -158,7 +159,8 @@ html[dir='rtl'] .entry .title {
|
| background-color: none;
|
| }
|
|
|
| -.entry-box:hover, .entry-box.contains-focus {
|
| +.entry-box:hover,
|
| +.entry-box.contains-focus {
|
| background-color: rgb(252, 252, 252);
|
| border-radius: 2px;
|
| }
|
|
|