| Index: chrome/browser/resources/file_manager/css/common.css
|
| diff --git a/chrome/browser/resources/file_manager/css/common.css b/chrome/browser/resources/file_manager/css/common.css
|
| index 7a0ab4c9af454f0bcf4c3c7b120ef289b2503e3a..1760083995d4741207065a9f33bf4a5f262af488 100644
|
| --- a/chrome/browser/resources/file_manager/css/common.css
|
| +++ b/chrome/browser/resources/file_manager/css/common.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. */
|
|
|
| /* This file contains "borrowed" copy of standard styles. To simplify merging,
|
| * when altering, please preserve original property value by adding comments.
|
| @@ -11,7 +10,7 @@ input.common[type='radio'] {
|
| -webkit-appearance: none;
|
| -webkit-border-radius: 1px;
|
| -webkit-box-sizing: border-box;
|
| - border: 1px solid #C6C6C6;
|
| + border: 1px solid #c6c6c6;
|
| border-radius: 1px;
|
| box-sizing: border-box;
|
| cursor: default;
|
|
|