mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +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;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
color: black;
|
||||
background: white;
|
||||
}
|
||||
|
||||
input {
|
||||
|
|
Loading…
Add table
Reference in a new issue