- added region list to setup wizard

- dark mode disabled input fix
- fixed deprecated scopes
- updated screenshots for SaaS version
This commit is contained in:
Peter Papp
2020-08-14 08:39:11 +02:00
parent a906a98cce
commit 840898ec9a
23 changed files with 1646 additions and 667 deletions
+4 -1
View File
@@ -138,6 +138,8 @@ input[type="email"] {
&[disabled] {
background: white;
color: rgba($text, 0.8);
-webkit-text-fill-color: rgba($text, 0.8);
opacity: 1;
cursor: not-allowed;
}
}
@@ -284,7 +286,8 @@ input[type="email"] {
&[disabled] {
background: $dark_mode_foreground;
color: rgba($dark_mode_text_secondary, 15%);
color: rgba($dark_mode_text_secondary, 0.8);
-webkit-text-fill-color: rgba($dark_mode_text_secondary, 0.8);
}
}
}