Opened 3 years ago

Closed 2 years ago

Last modified 2 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 3 years ago.

Download all attachments as: .zip

Change History (6)

Changed 3 years ago by sergio

comment:1 Changed 3 years ago by Cas

  • Milestone changed from needs verified to 2.0.4

comment:2 Changed 2 years ago by Cas

  • Milestone changed from 2.0.4 to 2.0.5

Ticket retargeted after milestone closed

comment:3 Changed 2 years ago by Cas

  • Milestone changed from 2.0.5 to 2.0.6

Ticket retargeted after milestone closed

comment:4 Changed 2 years ago by Cas

  • Milestone changed from 2.0.6 to 2.1.x
  • Resolution set to Fixed
  • Status changed from new to closed

comment:5 Changed 2 years ago by Cas

  • Milestone changed from 2.1.x to 2.1.0

Milestone renamed

Note: See TracTickets for help on using tickets.