summaryrefslogtreecommitdiffstats
path: root/deluge/ui/web
diff options
context:
space:
mode:
authorDjLegolas <djlegolas@protonmail.com>2022-01-03 00:14:29 +0200
committerCalum Lind <calumlind+deluge@gmail.com>2022-01-03 22:07:11 +0000
commitefc9f465f00564fe17fb7c710fc63c0328271192 (patch)
tree5e838af8eab446be2ad64c50b229a49549770eca /deluge/ui/web
parent5321d24f2ab35773318d28c2880b12e5e5c2461e (diff)
downloaddeluge-efc9f465f00564fe17fb7c710fc63c0328271192.tar.gz
deluge-efc9f465f00564fe17fb7c710fc63c0328271192.tar.bz2
deluge-efc9f465f00564fe17fb7c710fc63c0328271192.zip
[WebUI] Define foreground and background colors
There is no promise that default bg is white and default fg is black so define in deluge.css Ref: https://dev.deluge-torrent.org/ticket/3435 Closes: deluge-torrent/deluge#330
Diffstat (limited to 'deluge/ui/web')
-rw-r--r--deluge/ui/web/css/deluge.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/deluge/ui/web/css/deluge.css b/deluge/ui/web/css/deluge.css
index c026b6d8e..946028639 100644
--- a/deluge/ui/web/css/deluge.css
+++ b/deluge/ui/web/css/deluge.css
@@ -6,6 +6,8 @@ body {
border: 0 none;
overflow: hidden;
height: 100%;
+ color: black;
+ background: white;
}
input {