nixpkgs/home/programs/firefox/userContent.css
Daniel Siepmann ec3f04f910
Customer Redmine: Hide parent issue in description
This allows to easily copy the issue itself to time tracking.
2022-08-16 07:40:53 +02:00

73 lines
1.3 KiB
CSS

/* @-moz-document regexp("https://twitter.com/.*") { */
@-moz-document url("about:newtab") {
body {
background-color: #2E3436 !important;
}
}
@-moz-document url("about:blank") {
body {
background-color: #2E3436 !important;
}
}
@-moz-document url("www.reddit.com") {
.promotedlink {
display: none;
}
}
@-moz-document domain(drewdevault.com) {
body {
color: #d3d7cf;
}
}
@-moz-document domain(xdebug.org) {
body {
color: black;
background: white;
}
}
@-moz-document domain(mongoosejs.com) {
body {
background: white;
}
}
@-moz-document domain(docs.npmjs.com) {
body {
background: white;
}
}
@-moz-document domain(laravel.com) {
body {
background: white;
}
}
@-moz-document domain(solr-hosting.info) {
body {
background: white;
}
}
@-moz-document domain(solr.localhost) {
body {
background: white;
}
}
@-moz-document domain(redmine.werkraum-media.de) {
/* Hide elements */
#sidebar,
#hide-sidebar,
#content .badge,
.subject > div > p {
display: none;
}
}
@-moz-document domain(redmine.codappix.com) {
/* Hide elements */
#content .next-prev-links.contextual,
#content .badge {
display: none !important;
}
}