Revision control

Copy as Markdown

Other Tools

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/*
* The emptytext style would appear to use italics. This is causing
* problems for the search box because it has no minwidth and is flexy, so
* removing the emptytext causes the size of the box to change and this is silly
* and undesirable. This change is being made to maintain the generally
* accepted status quo while reducing breakage. This will cause visual
* inconsistency with the quick filter bar unless it gets a change like this
* too.
*/
.gloda-search {
font-style: normal !important;
}
.search-icon {
margin-inline-start: 8px;
}
.remote-gloda-search-container {
padding-block: 1px;
}
.searchBox,
.themeableSearchBox {
padding-block: 0;
padding-inline: 4px 2px;
margin-block: 2px;
@media (prefers-contrast) {
border-color: ThreeDDarkShadow;
}
}
.autocomplete-richlistitem[type^="gloda-"] {
padding-inline-start: 12px;
}