This file is indexed.

/usr/lib/thunderbird-addons/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/chrome/calendar/content/calendar/calendar-event-dialog.css is in xul-ext-lightning 1:24.4.0+build1-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/* 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/. */

daypicker-weekday {
    -moz-binding: url(chrome://calendar/content/calendar-daypicker.xml#daypicker-weekday);
    -moz-user-focus: normal;
}

daypicker-monthday {
    -moz-binding: url(chrome://calendar/content/calendar-daypicker.xml#daypicker-monthday);
    -moz-user-focus: normal;
}

recurrence-preview {
    -moz-binding: url(chrome://calendar/content/calendar-event-dialog-recurrence-preview.xml#recurrence-preview);
    -moz-user-focus: normal;
}

/****************************************************************************************/

attendees-list {
    -moz-binding: url(chrome://calendar/content/calendar-event-dialog-attendees.xml#attendees-list);
    -moz-user-focus: normal;
}

selection-bar {
    -moz-binding: url(chrome://calendar/content/calendar-event-dialog-attendees.xml#selection-bar);
    -moz-user-focus: normal;
}

/****************************************************************************************/

scroll-container {
    -moz-binding: url(chrome://calendar/content/calendar-event-dialog-freebusy.xml#scroll-container);
    -moz-user-focus: normal;
}

freebusy-day {
    -moz-binding: url(chrome://calendar/content/calendar-event-dialog-freebusy.xml#freebusy-day);
    -moz-user-focus: normal;
}

freebusy-timebar {
    -moz-binding: url(chrome://calendar/content/calendar-event-dialog-freebusy.xml#freebusy-timebar);
    -moz-user-focus: normal;
}

freebusy-row {
    -moz-binding: url(chrome://calendar/content/calendar-event-dialog-freebusy.xml#freebusy-row);
    -moz-user-focus: normal;
}

freebusy-grid {
    -moz-binding: url(chrome://calendar/content/calendar-event-dialog-freebusy.xml#freebusy-grid);
    -moz-user-focus: normal;
}

/****************************************************************************************/

timezone-page {
    -moz-binding: url(chrome://calendar/content/calendar-event-dialog-timezone.xml#timezone-page);
    -moz-user-focus: normal;
}