mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 06:58:27 +03:00
fix: Login input icons
This commit is contained in:
parent
c10e84f68a
commit
82f7c3f4b4
1 changed files with 9 additions and 0 deletions
|
|
@ -168,6 +168,15 @@ html.rl-left-panel-disabled #rl-app #rl-left {
|
|||
left: 10px;
|
||||
}
|
||||
|
||||
#rl-app .LoginView .controls span.fontastic {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#rl-app .LoginView .controls span.fontastic:active,
|
||||
#rl-app .LoginView .controls span.fontastic:hover {
|
||||
background: unset;
|
||||
}
|
||||
|
||||
#rl-app #rl-loading[hidden],
|
||||
#rl-app #rl-loading-error[hidden],
|
||||
#rl-app .LoginView .alert[hidden] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue