[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#858101: marked as done (tracker.debian.org: Input controls unreadable when using a dark theme)



Your message dated Fri, 9 Jun 2017 15:04:14 +0200
with message-id <20170609130414.4bzsgs5mtganlzls@home.ouaza.com>
and subject line Re: Bug#858101: tracker.debian.org: Input controls unreadable when using a dark theme
has caused the Debian Bug report #858101,
regarding tracker.debian.org: Input controls unreadable when using a dark theme
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
858101: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858101
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: tracker.debian.org
Severity: normal
Tags: patch

Dear Maintainer,

the distro tracker input controls (buttons, search field) are unreadable with a
dark theme.
I’m using Breeze Dark one of the 2 default themes for plasma and I get black
text on dark grey background.

Here’s a patch fixing the issue by overriding the faulty bootstrap rule in the
distro tracke specific style.css stylesheet.

Cheers,
--Aurélien



-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing'), (150, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff --git a/distro_tracker/core/static/css/style.css b/distro_tracker/core/static/css/style.css
index 28108c4..2e01769 100644
--- a/distro_tracker/core/static/css/style.css
+++ b/distro_tracker/core/static/css/style.css
@@ -14,6 +14,11 @@ a, a:hover, a:focus {
     color: #0530D7;
 }
 
+/* Override bootstrap rule color:inherit to fix dark themes */
+button, input, optgroup, select, textarea {
+    color: initial;
+}
+
 .page-header {
     padding: 0.5rem 0;
 }

--- End Message ---
--- Begin Message ---
Hi Aurélien,

On Sat, 18 Mar 2017, Aurélien COUDERC wrote:
> Here’s a patch fixing the issue by overriding the faulty bootstrap rule in the
> distro tracke specific style.css stylesheet.

Committed to git, will deploy shortly.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: https://www.freexian.com/services/debian-lts.html
Learn to master Debian: https://debian-handbook.info/get/

--- End Message ---

Reply to: