Skip to content

Commit 59948eb

Browse files
committed
CSS clean up
1 parent d266786 commit 59948eb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

assets/css/custom.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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-

assets/css/style.login.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
}

login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>

0 commit comments

Comments
 (0)