blob: 29d7a843d76d88c0fc4cc5f532304738af986d90 (
plain)
1
2
3
4
5
6
7
8
9
10
|
html.private .showNormal,
html.normal .showPrivate,
body[tpEnabled] .showTpDisabled,
body:not([tpEnabled]) .showTpEnabled {
display: none !important;
}
.hide {
display: none;
}
|