On 01/22/2019 07:25 PM, Felix Miata wrote:
1-put the rule in a separate file called by userContent.css, like so:
@import url("opensusebugz.css");
with the file opensusebugz.css containing:
@-moz-document domain(bugzilla.opensuse.org) { .outer-wrapper { height: auto !important; } }
2-with so short a customization needed in your case, it can be done directly in userContent.css:
@-moz-document domain(bugzilla.opensuse.org) { .outer-wrapper { height: auto !important; } }
Of course, the applicable "domain" will have to be substituted.
Domain is not the only @-moz-document prefix. There are also url and url-prefix.
Thank Felix, You were close! I got the answer on support.mozilla today, @namespace url(http://www.w3.org/1999/xhtml); @-moz-document url("about:newtab") { .outer-wrapper { height: unset !important; } } works like a charm. -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org