mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-02 22:53:40 +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
@ -6,6 +6,8 @@ body {
|
||||
border: 0 none;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
color: black;
|
||||
background: white;
|
||||
}
|
||||
|
||||
input {
|
||||
|
Loading…
x
Reference in New Issue
Block a user