| 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>
|
|
|