causefx / Organizr

HTPC/Homelab Services Organizer - Written in PHP
GNU General Public License v3.0
5.03k stars 289 forks source link

[v2] whoami text is black on black #955

Closed powerdude closed 5 years ago

powerdude commented 5 years ago
Organizr Version: V 2.x
Branch: Master/Develop
WebSever: Nginx/Apache
Operating System: docker

Problem Description:

When showing whoami in a tab, the text is hard to read.


Reproduction Steps:

use the emilevauge/whoami container and display it in a tab. The display ends up being black on black since whoami is black on white.


Errors on screen? If so paste here:

GilbN commented 5 years ago

Then I think whoami has a transparent background.

causefx commented 5 years ago

if that is true. we have an easy solution. i add tab names as class name to body. use custom css to fix.

Sent from my iPhone

On Oct 20, 2018, at 11:17 AM, GilbN notifications@github.com wrote:

Then I think whoami has a transparent background.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

rix1337 commented 5 years ago

That's a great workaround. Same issue applies to homeassisstant.

rix1337 commented 5 years ago

Confirmed working with tab name "Home-Assisstant" that has a transparent background: Add this in "custom css" .frame-Home-Assisstant{background-color:white}