Dark Mode (alpha)
my.jdownloader.org by MaxMatti
Details
AuthorMaxMatti
LicenseGPL2
Categoryjdownloader
Created
Updated
Size879 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
feedback welcome on the github gist
Source code
/* ==UserStyle==
@name my.jdownloader.org
@version 20230917.21.55
@namespace userstyles.world/user/MaxMatti
@description Dark Mode (alpha)
@author MaxMatti
@license GPL2
==/UserStyle== */
@-moz-document domain("my.jdownloader.org") {
body {
background-color: #000;
}
div#gwtContent, div.listHeader p {
color: #acc;
text-shadow: #000 0 1px 0;
background: unset;
background-color: #222;
}
div.listHeader {
background-color: #222;
}
html.no-touch .listRow:hover,
html.no-touch .listRowHover{
background-color: #444;
}
.listRow.rowSelected {
background-color: #666;
}
html.no-touch .listRow.rowSelected:hover {
background-color: #888;
}
#gwtCaptchasWaitingContainer #gwtCaptchasWaiting {
background-color: #444;
color: #acc;
text-shadow: #000 0 1px 0;
}
}