summaryrefslogtreecommitdiffstats
path: root/comm/calendar/base/themes/linux/calendar-unifinder.css
diff options
context:
space:
mode:
Diffstat (limited to 'comm/calendar/base/themes/linux/calendar-unifinder.css')
-rw-r--r--comm/calendar/base/themes/linux/calendar-unifinder.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/comm/calendar/base/themes/linux/calendar-unifinder.css b/comm/calendar/base/themes/linux/calendar-unifinder.css
new file mode 100644
index 0000000000..722027e897
--- /dev/null
+++ b/comm/calendar/base/themes/linux/calendar-unifinder.css
@@ -0,0 +1,33 @@
+/* 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);
+
+/* restyle splitter-border to match Thunderbird's layout */
+#calendar-view-splitter {
+ appearance: none;
+ border-bottom: 1px solid var(--splitter-color);
+ /* splitter grip area */
+ height: 5px;
+ /* make only the splitter border visible */
+ margin-top: -5px;
+ /* because of the negative margin needed to make the splitter visible */
+ position: relative;
+ z-index: 10;
+}
+
+#bottom-events-box {
+ border-left: 1px solid ThreeDShadow;
+}
+
+/* added for new id ..... search box ..... */
+#unifinder-searchBox {
+ background-color: transparent;
+ border-bottom: 1px solid ThreeDShadow;
+ height: 37px;
+}
+
+.unifinder-closebutton {
+ margin-inline-end: 2px;
+}