summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/shared/mail/feedSubscribe.css
diff options
context:
space:
mode:
Diffstat (limited to 'comm/mail/themes/shared/mail/feedSubscribe.css')
-rw-r--r--comm/mail/themes/shared/mail/feedSubscribe.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/comm/mail/themes/shared/mail/feedSubscribe.css b/comm/mail/themes/shared/mail/feedSubscribe.css
new file mode 100644
index 0000000000..a97709be68
--- /dev/null
+++ b/comm/mail/themes/shared/mail/feedSubscribe.css
@@ -0,0 +1,43 @@
+/* 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/. */
+
+#feedSubscriptions {
+ min-width: 60em;
+ min-height: 40em;
+}
+
+#rssSubscriptionsList > treechildren::-moz-tree-image {
+ width: 16px;
+ height: 16px;
+ -moz-context-properties: fill, fill-opacity, stroke;
+ fill: color-mix(in srgb, var(--default) 20%, transparent);
+ stroke: var(--default);
+}
+
+#folderNameCol {
+ flex: 2 2;
+}
+
+#rssFeedInfoBox {
+ border: 1px solid ThreeDShadow;
+ margin: 4px;
+ padding-top: 4px;
+ background-color: rgba(0, 0, 0, 0.05);
+}
+
+:root[lwt-tree] #rssFeedInfoBox {
+ border-color: var(--sidebar-border-color);
+}
+
+:root[lwt-tree-brighttext] #rssFeedInfoBox {
+ background-color: rgba(255, 255, 255, 0.05);
+}
+
+#autotagPrefix {
+ max-width: 15em;
+}
+
+#statusContainerBox {
+ height: 2.4em;
+}