Newer
Older
frank.paczynski
committed
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
html.embedded {
/* hide all capabilities and features initially */
& [class^="cap-"],
& [class*=" cap-"],
& [class^="feat-"],
& [class*=" feat-"] {
display: none;
}
/* display again for enabled capabilities */
&.cap-appointments .cap-appointments,
&.cap-calendar .cap-calendar,
&.cap-calendar_google .cap-calendar_google,
&.cap-call .cap-call,
&.cap-chat .cap-chat,
&.cap-contacts .cap-contacts,
&.cap-dataexport .cap-dataexport,
&.cap-deputy .cap-deputy,
&.cap-dumpster .cap-dumpster,
&.cap-edit_group .cap-edit_group,
&.cap-edit_resource .cap-edit_resource,
&.cap-gab .cap-gab,
&.cap-guard .cap-guard,
&.cap-infostore .cap-infostore,
&.cap-multifactor .cap-multifactor,
&.cap-portal .cap-portal,
&.cap-presenter .cap-presenter,
&.cap-share_links .cap-share_links,
&.cap-share_mail_attachments .cap-share_mail_attachments,
&.cap-smime .cap-smime,
&.cap-spreadsheet .cap-spreadsheet,
&.cap-switchboard .cap-switchboard,
&.cap-tasks .cap-tasks,
&.cap-text .cap-text,
&.cap-webdav .cap-webdav,
&.cap-webmail .cap-webmail,
&.cap-xing .cap-xing,
/* display again for enabled features */
&.feat-io-ox-core-ai .feat-io-ox-core-ai,
&.feat-io-ox-core-categories .feat-io-ox-core-categories,
&.feat-io-ox-core-countdown .feat-io-ox-core-countdown,
&.feat-io-ox-core-dragDropICAL .feat-io-ox-core-dragDropICAL,
&.feat-io-ox-core-enterprisePicker .feat-io-ox-core-enterprisePicker,
&.feat-io-ox-core-firstStartWizard .feat-io-ox-core-firstStartWizard,
&.feat-io-ox-core-implicitCancel .feat-io-ox-core-implicitCancel,
&.feat-io-ox-core-mailPDFExport .feat-io-ox-core-mailPDFExport,
&.feat-io-ox-core-managedResources .feat-io-ox-core-managedResources,
&.feat-io-ox-core-navigation .feat-io-ox-core-navigation,
&.feat-io-ox-core-resourceCalendars .feat-io-ox-core-resourceCalendars,
&.feat-io-ox-core-scheduleSend .feat-io-ox-core-scheduleSend,
&.feat-io-ox-core-templates .feat-io-ox-core-templates,
&.feat-io-ox-core-undoSend .feat-io-ox-core-undoSend,
&.feat-io-ox-mail-editRealNames .feat-io-ox-mail-editRealNames,
&.feat-jitsi .feat-jitsi,
&.feat-zoom .feat-zoom {
/* using `:not` to get the node type into the full selector here */
&:not(li) {
display: inherit;
}
/* list-item is browser specific and not covered by inherit */
display: list-item;