Index: chrome/browser/resources/bookmark_manager/main.html |
diff --git a/chrome/browser/resources/bookmark_manager/main.html b/chrome/browser/resources/bookmark_manager/main.html |
index 3615e07d5727c152a28a87faca1cff25b46b63d0..5ca06671d15261b730b4803a2569406a2b8a5623 100644 |
--- a/chrome/browser/resources/bookmark_manager/main.html |
+++ b/chrome/browser/resources/bookmark_manager/main.html |
@@ -14,6 +14,7 @@ found in the LICENSE file. |
<link rel="stylesheet" href="chrome://resources/css/list.css"> |
<link rel="stylesheet" href="chrome://resources/css/tree.css"> |
<link rel="stylesheet" href="chrome://resources/css/menu.css"> |
+<link rel="stylesheet" href="chrome://resources/css/widgets.css"> |
<link rel="stylesheet" href="css/bmm.css"> |
<script src="chrome://resources/css/tree.css.js"></script> |
@@ -52,7 +53,7 @@ found in the LICENSE file. |
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
<div class="header"> |
- <button class="logo" tabindex=3></button> |
+ <button class="logo link-button" tabindex=3></button> |
<form onsubmit="setSearch(this.term.value); return false;" |
class="form"> |
<input type="search" id="term" tabindex=1 autofocus incremental |