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

Unified Diff: chrome/browser/resources/options2/search_engine_manager.css

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.css
diff --git a/chrome/browser/resources/options2/search_engine_manager.css b/chrome/browser/resources/options2/search_engine_manager.css
index e16bb7b4f2bb3ccd586163febcb739d9882ad4b2..fd78f819b5322a92c2afcd2a70465d94d6503000 100644
--- a/chrome/browser/resources/options2/search_engine_manager.css
+++ b/chrome/browser/resources/options2/search_engine_manager.css
@@ -63,14 +63,13 @@
-webkit-box-flex: 1;
}
-.search-engine-list .url-column button {
- -webkit-margin-start: 3px;
- background: rgb(138, 170, 237);
- color: #fff;
+.search-engine-list .url-column .list-inline-button {
margin-top: 0;
+ padding: 1px 6px;
}
-.search-engine-list > :not(:hover):not([editing]) .url-column button {
+.search-engine-list > :not(:hover):not([editing]) .url-column
+ .list-inline-button {
display: none;
}

Powered by Google App Engine
This is Rietveld 408576698