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

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

Issue 6352004: DOMUI Prefs: Add inline buttons for setting the default search engine (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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/options/search_engine_manager.css
diff --git a/chrome/browser/resources/options/search_engine_manager.css b/chrome/browser/resources/options/search_engine_manager.css
index 772d42016bbe1ccb65aa03d4b871085c22d715db..72ef92e4486f2cdba0001deedb347f468ce98f3d 100644
--- a/chrome/browser/resources/options/search_engine_manager.css
+++ b/chrome/browser/resources/options/search_engine_manager.css
@@ -4,10 +4,6 @@
height: auto;
}
-#searchEngineManagerPage .left-side-table {
- margin-top: 12px;
-}
-
#searchEngineList .heading {
-webkit-border-radius: 2px;
color: black;
@@ -81,3 +77,34 @@
margin: 0;
width: 100%;
}
+
+/* For temporary Make Default button */
+#searchEngineList .url-column {
+ display: -webkit-box;
+ -webkit-box-align: center;
+}
+
+#searchEngineList .url-column :first-child {
+ -webkit-box-flex: 1;
+}
+
+#searchEngineList .url-column button {
+ background-color: #aab6e1;
+ border: none;
+ border-radius: 3px;
+ color: white;
+ -webkit-margin-start: 3px;
+}
+
+#searchEngineList .url-column button:hover {
+ background-color: #9aa6d1;
+}
+
+#searchEngineList .url-column button:active {
+ background-color: #8a96c1;
+}
+
+#searchEngineList > :not(:hover):not([editing]) .url-column button {
+ display: none;
+}
+/* End temporary Make Default button styling */
« no previous file with comments | « chrome/browser/resources/options/options_page.css ('k') | chrome/browser/resources/options/search_engine_manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698