mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-21 08:58:33 +00:00
[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
This commit is contained in:
parent
5321d24f2a
commit
efc9f465f0
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ body {
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
color: black;
|
||||||
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue