QuickOpenModal.css (637B)
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 .result-item .title .highlight { 6 font-weight: bold; 7 background-color: transparent; 8 } 9 10 .selected .highlight { 11 color: white; 12 } 13 14 .result-item .subtitle .highlight { 15 color: var(--grey-90); 16 font-weight: 500; 17 background-color: transparent; 18 } 19 20 .theme-dark .result-item .title .highlight, 21 .theme-dark .result-item .subtitle .highlight { 22 color: white; 23 } 24 25 .loading-indicator { 26 padding: 5px 0 5px 0; 27 text-align: center; 28 }