forked from mirrors/gecko-dev
MozReview-Commit-ID: 6gju3cfipJ3 --HG-- extra : transplant_source : %AC%E3bd%AA%20Ua%C4%BD%A2Xx%12%CA%26%97%E7%07%B8
10 lines
182 B
CSS
10 lines
182 B
CSS
html.private .showNormal,
|
|
html.normal .showPrivate,
|
|
body[tpEnabled] .showTpDisabled,
|
|
body:not([tpEnabled]) .showTpEnabled {
|
|
display: none !important;
|
|
}
|
|
|
|
.hide {
|
|
display: none;
|
|
}
|