Skip to content

Commit

Permalink
Susimail: CSS tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Dec 3, 2023
1 parent ffe0360 commit 4bb5792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/susimail/src/themes/light/susimail.css
Original file line number Diff line number Diff line change
Expand Up @@ -1056,11 +1056,11 @@ div#mailheader {
}

#dologin input[name="user"] {
background: #fafaff url(/themes/console/images/buttons/user.png) 5px 6px no-repeat !important;
background: #fafaff url(/themes/console/images/buttons/user.png) 5px 4px no-repeat !important;
}

#dologin input[name="pass"] {
background: #fafaff url(/themes/console/images/buttons/password.png) 5px 5px no-repeat !important;
background: #fafaff url(/themes/console/images/buttons/password.png) 5px 4px no-repeat !important;
}

#dologin input[name="user"]:focus, #dologin input[name="pass"]:focus {
Expand Down

0 comments on commit 4bb5792

Please sign in to comment.