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/. */
/* ===== subscribe.css ==================================================
== Styles for the Subscribe dialog.
======================================================================= */
/* ::::: subscribed icons :::::: */
treechildren::-moz-tree-image(subscribedColumn),
treechildren::-moz-tree-image(subscribedColumn2) {
margin-inline-end: 2px;
list-style-image: url("chrome://messenger/skin/icons/dot.png");
}
treechildren::-moz-tree-image(subscribedColumn, subscribed-true),
treechildren::-moz-tree-image(subscribedColumn2, subscribed-true) {
list-style-image: url("chrome://messenger/skin/icons/check.png");
}
treechildren::-moz-tree-image(subscribedColumn, subscribable-false) {
list-style-image: none;
}
treechildren::-moz-tree-cell-text(nameColumn, subscribable-false) {
color: gray;
font-style: italic;
}
/* ::::: folder icons :::::: */
treechildren::-moz-tree-image(nameColumn) {
margin-inline-end: 2px;
}
treechildren::-moz-tree-image(nameColumn, serverType-nntp),
treechildren::-moz-tree-image(nameColumn2, serverType-nntp) {
margin-inline-end: 2px;
}
/* ::::: server icons :::::: */
.subscribeMenuItem {
}
.subscribeMenuItem[ServerType="imap"][IsSecure="true"] {
}
.subscribeMenuItem[ServerType="nntp"] {
}
.subscribeMenuItem[ServerType="nntp"][IsSecure="true"] {
}
/* ::::: statusbar adjustments :::::: */
#statusContainerBox {
margin: 0px 4px;
}