File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4109,10 +4109,6 @@ ul.notifications {
41094109 }
41104110}
41114111 .tor-address {
4112- text-decoration : underline;
4112+ text-decoration : underline;
41134113 text-decoration-style : dotted;
41144114 }
4115- .white-text {
4116- color : white;
4117- }
4118-
Original file line number Diff line number Diff line change @@ -252,4 +252,8 @@ body {
252252
253253 -webkit-box-shadow : inset 0px 1px 0px # 93a9e9 ;
254254 box-shadow : inset 0px 1px 0px # 93a9e9 ;
255- }
255+ }
256+
257+ .white-text {
258+ color : white;
259+ }
Original file line number Diff line number Diff line change 99 < body >
1010 < form id ="slick-login " action ="index.php " method ="POST ">
1111 < input type ="password " name ="password " class ="placeholder " placeholder ="Password " autofocus >
12- < input type ="checkbox " name ="stayloggedin " id ="stayloggedin " checked > < span name ="white-text "> Stay logged in</ span >
12+ < input type ="checkbox " name ="stayloggedin " id ="stayloggedin " checked > < span class ="white-text "> Stay logged in</ span >
1313 < input type ="submit " value ="Log In ">
1414 </ form >
1515 </ body >
You can’t perform that action at this time.
0 commit comments