mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
imputs styled globaly
This commit is contained in:
parent
9e3dda9c12
commit
dc207c149d
1 changed files with 5 additions and 1 deletions
|
|
@ -79,10 +79,14 @@ html, body, :global(#app) {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
input {
|
||||
input[type="email"], input[type="password"], input[type="text"] {
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
input::-moz-focus-inner {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: var(--scroll-bar-width);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue