Revision control

Copy as Markdown

Other Tools

/* 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/. */
menuitem.server {
&:is([data-server-type="imap"], [data-server-type="pop3"]) {
list-style-image: var(--icon-mail);
}
&:is([data-server-type="imap"], [data-server-type="pop3"])[data-server-secure="true"] {
list-style-image: var(--icon-mail-secure);
}
&[data-server-type="nntp"] {
list-style-image: var(--icon-globe);
}
&[data-server-type="nntp"][data-server-secure="true"] {
list-style-image: var(--icon-globe-secure);
}
&[data-server-type="rss"] {
list-style-image: var(--icon-rss);
}
}