search-box.css (616B)
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-searchbox { 9 background-color: var(--theme-body-background); 10 } 11 12 .devtools-filterinput { 13 margin-inline-start: auto; /* Align to the right */ 14 } 15 16 /* JSONView doesn't load dark-theme.css */ 17 .theme-dark .devtools-filterinput { 18 background-color: rgba(24, 29, 32, 1); 19 color: rgba(184, 200, 217, 1); 20 }