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/. */
#status-bar #signed-status {
list-style-image: none;
}
#status-bar[signed="ok"] #signed-status {
}
#status-bar[signed="unknown"] #signed-status {
}
#status-bar[signed="mismatch"] #signed-status {
}
#status-bar[signed="notok"] #signed-status {
}
#status-bar #encrypted-status {
list-style-image: none;
}
#status-bar[encrypted="ok"] #encrypted-status {
}
#status-bar[encrypted="notok"] #encrypted-status {
}