user admin page refactor

This commit is contained in:
Čarodej
2021-11-22 11:17:14 +01:00
parent d16a37f2ed
commit a2e0c1810d
8 changed files with 303 additions and 200 deletions

View File

@@ -148,7 +148,7 @@ input[type="email"] {
}
&[disabled] {
background: white;
//background: white;
color: rgba($text, 0.8);
-webkit-text-fill-color: rgba($text, 0.8);
opacity: 1;
@@ -308,7 +308,7 @@ input[type="color"] {
}
&[disabled] {
background: $dark_mode_foreground;
//background: $dark_mode_foreground;
color: rgba($dark_mode_text_secondary, 0.8);
-webkit-text-fill-color: rgba($dark_mode_text_secondary, 0.8);
}