| /* Copyright 2025 The Chromium Authors |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. */ |
| |
| /* #css_wrapper_metadata_start |
| * #type=style-lit |
| * #scheme=relative |
| * #css_wrapper_metadata_end */ |
| |
| cr-searchbox { |
| --cr-searchbox-height: 36px; |
| --cr-searchbox-icon-left-position: 12px; |
| --cr-searchbox-icon-top-position: 0; |
| display: block; |
| } |
| |
| :host([omnibox-popup-debug-enabled_]) cr-searchbox::part(searchbox-input) { |
| /* For debugging purposes, makes it more obvious when the WebUI input is |
| * showing. */ |
| background-color: lightgreen; |
| } |
| |
| cr-searchbox::part(dropdown-content) { |
| border-radius: 0; |
| } |