#3435 closed bug (Fixed)
Both bg and fg should be defined
| Reported by: | sergio | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 2.1.0 |
| Component: | Web UI | Version: | 2.0.3 |
| Keywords: | Cc: |
Description
There is no promise that default bg is white and default fg is black.
The fix is simple:
--- deluge.css.orig 2020-10-24 01:53:42.263275855 +0300
+++ deluge.css 2020-10-24 01:47:25.640715735 +0300
@@ -6,6 +6,8 @@
border: 0 none;
overflow: hidden;
height: 100%;
+ color: black;
+ background: white;
}
Attachments (1)
Change History (6)
by , 5 years ago
| Attachment: | screenshot.png added |
|---|
comment:1 by , 5 years ago
| Milestone: | needs verified → 2.0.4 |
|---|
comment:2 by , 4 years ago
| Milestone: | 2.0.4 → 2.0.5 |
|---|
comment:4 by , 4 years ago
| Milestone: | 2.0.6 → 2.1.x |
|---|---|
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed: [efc9f465f00564fe17f]
Note:
See TracTickets
for help on using tickets.



Ticket retargeted after milestone closed