Opened 4 years ago

Closed 3 years ago

Last modified 3 years ago

#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)

screenshot.png (172.9 KB ) - added by sergio 4 years ago.

Download all attachments as: .zip

Change History (6)

by sergio, 4 years ago

Attachment: screenshot.png added

comment:1 by Calum, 4 years ago

Milestone: needs verified2.0.4

comment:2 by Calum, 3 years ago

Milestone: 2.0.42.0.5

Ticket retargeted after milestone closed

comment:3 by Calum, 3 years ago

Milestone: 2.0.52.0.6

Ticket retargeted after milestone closed

comment:4 by Calum, 3 years ago

Milestone: 2.0.62.1.x
Resolution: Fixed
Status: newclosed

comment:5 by Calum, 3 years ago

Milestone: 2.1.x2.1.0

Milestone renamed

Note: See TracTickets for help on using tickets.