avs-code / PREM-Podium-race-E-manager

Description PREM (Podium race e manager) is management software for races and race leagues. It can be used to create overviews of race results. Based on Paddock 7.10beta by: demontpx
https://arv187.github.io/PREM-Podium-race-E-manager/
GNU General Public License v3.0
5 stars 1 forks source link

Login area Font color change #52

Closed Simracer2018 closed 6 years ago

Simracer2018 commented 6 years ago

Hello again, there is still a question. Where can I change the font color for Username and Password when I click on Login admin? Is currently black on our tool and would like to know. Tool Link: http://www.vvsr.de/auswertungen Greeting armin

avs-code commented 6 years ago

I can't find that option, the login form seems to be generated live via php function, does not use html or css, so I am not able to see how to do it. mysql_login.php

avs-code commented 6 years ago

/prem/classes/mysql_login.php Line 121 & 122

echo "<tr><td><div style ='background-color:black;color:white;'>$str_user:</div></td><td><input class=\"user\" type=\"text\" name=\"user\"></td></tr>\n";
echo "<tr><td><div style ='background-color:black;color:white;'>$str_pass:</div></td><td><input class=\"password\" type=\"password\" name=\"pass\"></td></tr>\n";

More info: https://www.w3schools.com/html/html_blocks.asp

Simracer2018 commented 6 years ago

Thanks !!!!