File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4112,4 +4112,7 @@ ul.notifications {
41124112 text-decoration : underline;
41134113 text-decoration-style : dotted;
41144114 }
4115+ .white-text {
4116+ color : white;
4117+ }
41154118
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22 < head >
33 < meta charset ="utf-8 ">
4- < meta
5- http-equiv ="Content-Security-Policy "
6- content ="default-src 'self'; script-src 'none'; style-src 'self' 'unsafe-inline'; img-src data: 'self' " />
4+ < meta http-equiv ="Content-Security-Policy " content ="default-src 'self'; script-src 'none'; style-src 'self'; img-src data: 'self'; object-src 'none' ">
75 < title > Login</ title >
86 < link rel ="stylesheet " type ="text/css " href ="assets/css/style.login.css " />
97 < link href ="assets/images/favicon.png " rel ="shortcut icon " type ="image/png ">
108 </ head >
119 < body >
1210 < form id ="slick-login " action ="index.php " method ="POST ">
1311 < input type ="password " name ="password " class ="placeholder " placeholder ="Password " autofocus >
14- < input type ="checkbox " name ="stayloggedin " id ="stayloggedin " checked > < span style =" color: white; "> Stay logged in</ span >
12+ < input type ="checkbox " name ="stayloggedin " id ="stayloggedin " checked > < span name =" white-text "> Stay logged in</ span >
1513 < input type ="submit " value ="Log In ">
1614 </ form >
1715 </ body >
You can’t perform that action at this time.
0 commit comments