summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/console/app/src/routes/index.css30
1 files changed, 15 insertions, 15 deletions
diff --git a/packages/console/app/src/routes/index.css b/packages/console/app/src/routes/index.css
index 1c734c9d0..770280e6c 100644
--- a/packages/console/app/src/routes/index.css
+++ b/packages/console/app/src/routes/index.css
@@ -174,21 +174,6 @@ body {
}
}
- input:-webkit-autofill,
- input:-webkit-autofill:hover,
- input:-webkit-autofill:focus,
- input:-webkit-autofill:active {
- transition: background-color 5000000s ease-in-out 0s;
- }
-
- input:-webkit-autofill {
- -webkit-text-fill-color: var(--color-text-strong) !important;
- }
-
- input:-moz-autofill {
- -moz-text-fill-color: var(--color-text-strong) !important;
- }
-
[data-component="container"] {
max-width: 67.5rem;
margin: 0 auto;
@@ -1249,4 +1234,19 @@ body {
text-decoration: underline;
}
}
+
+ input:-webkit-autofill,
+ input:-webkit-autofill:hover,
+ input:-webkit-autofill:focus,
+ input:-webkit-autofill:active {
+ transition: background-color 5000000s ease-in-out 0s;
+ }
+
+ input:-webkit-autofill {
+ -webkit-text-fill-color: var(--color-text-strong) !important;
+ }
+
+ input:-moz-autofill {
+ -moz-text-fill-color: var(--color-text-strong) !important;
+ }
}