nixpkgs/home/programs/firefox/userContent.css
Daniel Siepmann 0feb84f5c1
Hide frustrating unnecessary status badge in redmine
I copy the issue id and description for time tracking and the badge is
in between.
I disable it as I don't need it. That way I also won't copy it to time
tracking anymore.
2022-03-30 13:01:54 +02:00

53 lines
981 B
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 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) {
#content .badge {
display: none;
}
}