Chromium Code Reviews| Index: chrome/browser/resources/bookmark_manager/css/bookmark_all_tabs.css |
| diff --git a/chrome/browser/resources/bookmark_manager/css/bookmark_all_tabs.css b/chrome/browser/resources/bookmark_manager/css/bookmark_all_tabs.css |
| index df0df40a6165e29a2491915fab556ccf34864e16..19c58d341003c585691fb57a39957d27afade8ef 100644 |
| --- a/chrome/browser/resources/bookmark_manager/css/bookmark_all_tabs.css |
| +++ b/chrome/browser/resources/bookmark_manager/css/bookmark_all_tabs.css |
| @@ -1,5 +1,4 @@ |
| -/* |
| - * Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| +/* 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. |
| */ |
|
Evan Stade
2012/04/03 02:59:48
poop
Dan Beam
2012/04/03 04:15:06
Done.
|
| @@ -25,8 +24,8 @@ body { |
| .dialog-title { |
| -webkit-box-sizing: border-box; |
| background-image: -webkit-linear-gradient(top, #fff, #f6f6f6); |
| - border-bottom: 1px #d6d9e3 solid; |
| - color: #42506c; |
| + border-bottom: 1px rgb(214, 217, 227) solid; |
| + color: rgb(66, 80, 108); |
| cursor: default; |
| font-size: 15px; |
| font-weight: bold; |