mirror of https://github.com/Flinner/dots.git
6 lines
207 B
CSS
6 lines
207 B
CSS
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||
|
statuspanel:-moz-locale-dir(rtl)[mirror],
|
||
|
statuspanel:-moz-locale-dir(ltr):not([mirror]) {
|
||
|
display: inherit !important;
|
||
|
}
|