Skip to content

Commit

Permalink
It's fine to use rgba nowadays (maybe)
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Dec 7, 2024
1 parent d87b3e7 commit fcfad29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed app/assets/images/login-background.png
Binary file not shown.
2 changes: 1 addition & 1 deletion app/javascript/application.less
Original file line number Diff line number Diff line change
Expand Up @@ -1865,7 +1865,7 @@ body.not-dragging .frame-box-handle.se-resize { cursor: se-resize; }
position: fixed;
left: 0;
top: 0;
background: url("login-background.png") repeat scroll center center;
background: rgba(0, 0, 0, 0.1);
}

#login-container {
Expand Down

0 comments on commit fcfad29

Please sign in to comment.