summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/windows/mail/searchBox.css
diff options
context:
space:
mode:
Diffstat (limited to 'comm/mail/themes/windows/mail/searchBox.css')
-rw-r--r--comm/mail/themes/windows/mail/searchBox.css44
1 files changed, 44 insertions, 0 deletions
diff --git a/comm/mail/themes/windows/mail/searchBox.css b/comm/mail/themes/windows/mail/searchBox.css
new file mode 100644
index 0000000000..9589acbf4a
--- /dev/null
+++ b/comm/mail/themes/windows/mail/searchBox.css
@@ -0,0 +1,44 @@
+/* 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/. */
+
+@import url("chrome://messenger/skin/shared/searchBox.css");
+
+/*
+ * 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) {
+ .searchBox,
+ .themeableSearchBox {
+ border-color: ThreeDDarkShadow;
+ }
+}
+
+.autocomplete-richlistitem[type^="gloda-"] {
+ padding-inline-start: 12px;
+}