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

Unified Diff: chrome/browser/resources/settings/search_engines_page/search_engine_entry_css.html

Issue 2464393003: MD Settings: convert last .css file to style module (Closed)
Patch Set: merge Created 4 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
Index: chrome/browser/resources/settings/search_engines_page/search_engine_entry_css.html
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engine_entry_css.html b/chrome/browser/resources/settings/search_engines_page/search_engine_entry_css.html
new file mode 100644
index 0000000000000000000000000000000000000000..632bd340bdc76bb2fa9a1bc1dfa8e70a409603a8
--- /dev/null
+++ b/chrome/browser/resources/settings/search_engines_page/search_engine_entry_css.html
@@ -0,0 +1,28 @@
+<dom-module id="search-engine-entry">
+ <template>
+ <style>
+ .favicon-image {
+ -webkit-margin-end: 8px;
+ background-repeat: no-repeat;
+ background-size: contain;
+ display: inline-block;
+ height: 20px;
+ vertical-align: middle;
+ width: 20px;
+ }
+
+ .name {
+ margin: auto;
+ }
+
+ .dropdown-content {
+ background: white;
+ box-shadow: 0 2px 6px grey;
+ }
+
+ paper-icon-button {
+ -webkit-padding-end: 0;
+ }
+ </style>
+ </template>
+</dom-module>

Powered by Google App Engine
This is Rietveld 408576698