mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +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%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input[type="email"], input[type="password"], input[type="text"] {
|
||||||
user-select: text;
|
user-select: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input::-moz-focus-inner {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: var(--scroll-bar-width);
|
width: var(--scroll-bar-width);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue