summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/search_engines_page/search_engine_entry_css.html
blob: 2bc74223771c7da8f299eb0ad03dceef1c63538b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<dom-module id="search-engine-entry">
  <template>
    <style>
      site-favicon {
        margin-inline-end: 8px;
        min-width: 16px;
      }

      .dropdown-content {
        background: white;
        box-shadow: 0 2px 6px grey;
      }
    </style>
  </template>
</dom-module>