Skip to content

Commit

Permalink
Update: Improve login design
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Oct 31, 2023
1 parent 1b87a03 commit aa47077
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/class/SSO/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const SSO = new GundaiWebSite("sso");
export default SSO;

SSO.rainbow.enable = function () {
this.bg.apply(".header_column", ".input_form", ".input_column");
this.bg.apply(".input_form");
changeQueryInnerHTML(".product", "群馬大学ゲーミングサインオンシステム");

// 二段階認証の自動送信
Expand Down
14 changes: 14 additions & 0 deletions src/styles/sso.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.header_column,
.input_column,
.input_form th,
#username_id_input,
#password_input {
background: transparent !important;
}

#username_id_input,
#password_input {
border: 1px solid #ccc !important;
border-radius: 5px !important;
padding: 5px !important;
}

0 comments on commit aa47077

Please sign in to comment.