diff --git a/BudgetMasterServer/src/main/resources/static/css/style.css b/BudgetMasterServer/src/main/resources/static/css/style.css
index b891f66b64375141a3ef750cee6c5264c013d5a8..ff2ce6f44f157afb95b0f878f92fd83dd6b54b63 100644
--- a/BudgetMasterServer/src/main/resources/static/css/style.css
+++ b/BudgetMasterServer/src/main/resources/static/css/style.css
@@ -55,7 +55,7 @@ main {
 
 /* label underline focus color */
 .input-field input[type=text]:focus:not(.invalid),
-.input-field input[type=text]:focus:not(.invalid) {
+.input-field input[type=number]:focus:not(.invalid) {
     border-bottom: 1px solid var(--color-blue) !important;
     box-shadow: 0 1px 0 0 #CCCCCC !important;
 }
@@ -777,13 +777,6 @@ input[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + spa
     color: var(--color-white) !important;
 }
 
-/* input text color */
-[data-theme="dark"] .input-field input[type=text] {
-    color: var(--color-white);
-    border-bottom: 1px solid #FFFFFF;
-    box-shadow: 0 1px 0 0 #CCCCCC;
-}
-
 /* input label color */
 [data-theme="dark"] .input-field input[type=text] + label,
 [data-theme="dark"] .input-field input[type=number] + label {