mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
user admin page refactor
This commit is contained in:
4
resources/sass/vuefilemanager/_forms.scss
vendored
4
resources/sass/vuefilemanager/_forms.scss
vendored
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user