summaryrefslogtreecommitdiff
path: root/calendar/base/themes/linux/calendar-management.css
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/base/themes/linux/calendar-management.css')
-rw-r--r--calendar/base/themes/linux/calendar-management.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/calendar/base/themes/linux/calendar-management.css b/calendar/base/themes/linux/calendar-management.css
new file mode 100644
index 000000000..8017f4c53
--- /dev/null
+++ b/calendar/base/themes/linux/calendar-management.css
@@ -0,0 +1,25 @@
+/* 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-common/skin/calendar-management.css);
+
+calendar-list-tree > tree > treechildren::-moz-tree-image(checkbox-treecol) {
+ list-style-image: url(chrome://calendar-common/skin/checkbox-images.png);
+}
+
+calendar-list-tree > tree > treechildren::-moz-tree-image(checkbox-treecol) {
+ -moz-image-region: rect(0 13px 13px 0);
+}
+
+calendar-list-tree > tree > treechildren::-moz-tree-image(checkbox-treecol, checked) {
+ -moz-image-region: rect(0 26px 13px 13px);
+}
+
+calendar-list-tree > tree > treechildren::-moz-tree-image(checkbox-treecol, disabled) {
+ -moz-image-region: rect(0 39px 13px 26px);
+}
+
+calendar-list-tree > tree > treechildren::-moz-tree-cell-text(disabled) {
+ color: GrayText;
+}