Skip to content

Commit

Permalink
Merge pull request #40 from Poeschl/fix-login-form-selector
Browse files Browse the repository at this point in the history
Fix login form selector for red-night, discorded, discoranged
  • Loading branch information
LazeMSS authored Nov 20, 2022
2 parents 79537bc + 8d004f6 commit c562e11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/discoranged.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ a:hover {
border: none;
}
.accordion,
#login.form-signin {
#login .form-signin {
background-color: #2f3136;
-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.75);
-moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.75);
Expand Down
2 changes: 1 addition & 1 deletion css/discorded.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ a:hover {
}

.accordion,
#login.form-signin {
#login .form-signin {
background-color: #2f3136;
-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .75);
-moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .75);
Expand Down
2 changes: 1 addition & 1 deletion css/red-night.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ body .scrollable::-webkit-resizer,
}

.accordion,
#login.form-signin {
#login .form-signin {
background-color: var(--grey1);
-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .75);
-moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .75);
Expand Down

0 comments on commit c562e11

Please sign in to comment.