1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5/******************************************************************************/
6/* Search Box */
7
8.devtools-filterinput {
9  margin-inline-start: auto; /* Align to the right */
10}
11
12/* JSONView doesn't load dark-theme.css */
13.theme-dark .devtools-filterinput {
14  background-color: rgba(24, 29, 32, 1);
15  color: rgba(184, 200, 217, 1);
16}