Skip to content

Commit

Permalink
Added styles for the login screen for discoranged
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl committed Nov 17, 2022
1 parent 1bbe1d6 commit bc36c00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/discoranged.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ a:hover {
.accordion-group {
border: none;
}
.accordion {
.accordion,
#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);
box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.75);
border: none;
}
.octoprint-container .accordion-heading a.accordion-toggle {
color: var(--accent);
Expand Down

0 comments on commit bc36c00

Please sign in to comment.