summaryrefslogtreecommitdiffstats
path: root/comm/calendar/base/themes/windows/calendar-unifinder.css
diff options
context:
space:
mode:
Diffstat (limited to 'comm/calendar/base/themes/windows/calendar-unifinder.css')
-rw-r--r--comm/calendar/base/themes/windows/calendar-unifinder.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/comm/calendar/base/themes/windows/calendar-unifinder.css b/comm/calendar/base/themes/windows/calendar-unifinder.css
new file mode 100644
index 0000000000..06f75998cd
--- /dev/null
+++ b/comm/calendar/base/themes/windows/calendar-unifinder.css
@@ -0,0 +1,26 @@
+/* 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://calendar/skin/shared/calendar-unifinder.css);
+
+#bottom-events-box {
+ border-inline-start: 1px solid ThreeDShadow;
+}
+
+#unifinder-searchBox {
+ height: 35px;
+ border-bottom: 1px solid ThreeDShadow;
+}
+
+.unifinder-closebutton {
+ margin-inline-end: 2px;
+}
+
+@media not (prefers-color-scheme: dark) {
+ @media (-moz-windows-default-theme) {
+ #unifinder-searchBox {
+ background-color: #f8f8f8;
+ }
+ }
+}