Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8023)

Unified Diff: chrome/browser/resources/ntp4/new_tab.html

Issue 8510042: fix appearance of buttons in chrome://settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: also one breakage found in ntp Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/accounts_user_list.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/new_tab.html
diff --git a/chrome/browser/resources/ntp4/new_tab.html b/chrome/browser/resources/ntp4/new_tab.html
index 8c4356740ca4f2a22dbd1de394c1202f78561e2f..a8a113cb69db4928a400e848239ac4c13c5718f4 100644
--- a/chrome/browser/resources/ntp4/new_tab.html
+++ b/chrome/browser/resources/ntp4/new_tab.html
@@ -80,7 +80,8 @@ document.documentElement.setAttribute('touchui', true);
<div id="notification">
<span></span>
<div id="notificationLinks"></div>
- <button class="close-button" class="custom-appearance"></button>
+ <button class="close-button custom-appearance" class="custom-appearance">
+ </button>
</div>
</div>
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/accounts_user_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698