mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42: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;
|
text-decoration: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
background: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body, :global(#app) {
|
html, body, :global(#app) {
|
||||||
|
|
@ -79,12 +81,14 @@ html, body, :global(#app) {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="email"], input[type="password"], input[type="text"] {
|
input {
|
||||||
user-select: text;
|
&::-moz-focus-inner {
|
||||||
}
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
input::-moz-focus-inner {
|
&[type="email"], &[type="password"], &[type="text"] {
|
||||||
border: 0;
|
user-select: text;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue