#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)
Changed 2 years ago by sergio
comment:1 Changed 2 years ago by Cas
- Milestone changed from needs verified to 2.0.4
comment:2 Changed 16 months ago by Cas
- Milestone changed from 2.0.4 to 2.0.5
comment:3 Changed 16 months ago by Cas
- Milestone changed from 2.0.5 to 2.0.6
Ticket retargeted after milestone closed
comment:4 Changed 14 months ago by Cas
- Milestone changed from 2.0.6 to 2.1.x
- Resolution set to Fixed
- Status changed from new to closed
Fixed: [efc9f465f00564fe17f]
Note: See
TracTickets for help on using
tickets.
Ticket retargeted after milestone closed