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

Unified Diff: chrome/browser/resources/options2/search_engine_manager_engine_list.js

Issue 9706036: settings - share inline list button style between different list types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months 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
Index: chrome/browser/resources/options2/search_engine_manager_engine_list.js
diff --git a/chrome/browser/resources/options2/search_engine_manager_engine_list.js b/chrome/browser/resources/options2/search_engine_manager_engine_list.js
index a634876e7d5b85607b0890402bfe6e26b8b062f0..f7513b276002442cf4f8054d88242047cf8aef05 100644
--- a/chrome/browser/resources/options2/search_engine_manager_engine_list.js
+++ b/chrome/browser/resources/options2/search_engine_manager_engine_list.js
@@ -122,7 +122,7 @@ cr.define('options.search_engines', function() {
// is implemented. When this is removed, remove the extra div above.
if (engine['canBeDefault']) {
var makeDefaultButtonEl = this.ownerDocument.createElement('button');
- makeDefaultButtonEl.className = 'raw-button custom-appearance';
+ makeDefaultButtonEl.className = 'custom-appearance list-inline-button';
makeDefaultButtonEl.textContent =
templateData.makeDefaultSearchEngineButton;
makeDefaultButtonEl.onclick = function(e) {

Powered by Google App Engine
This is Rietveld 408576698