mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
app styles updated
This commit is contained in:
parent
788e141a6f
commit
59722d25c7
1 changed files with 9 additions and 5 deletions
|
|
@ -61,6 +61,8 @@
|
|||
text-decoration: none;
|
||||
outline: none;
|
||||
appearance: none;
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
html, body, :global(#app) {
|
||||
|
|
@ -79,12 +81,14 @@ html, body, :global(#app) {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
input[type="email"], input[type="password"], input[type="text"] {
|
||||
user-select: text;
|
||||
}
|
||||
input {
|
||||
&::-moz-focus-inner {
|
||||
border: none;
|
||||
}
|
||||
|
||||
input::-moz-focus-inner {
|
||||
border: 0;
|
||||
&[type="email"], &[type="password"], &[type="text"] {
|
||||
user-select: text;
|
||||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
|
|
|
|||
Loading…
Reference in a new issue