aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd')
-rw-r--r--FrontEnd/src/index.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/FrontEnd/src/index.css b/FrontEnd/src/index.css
index 22166a33..0381e5aa 100644
--- a/FrontEnd/src/index.css
+++ b/FrontEnd/src/index.css
@@ -25,6 +25,7 @@ textarea {
resize: none;
outline: none;
border-color: var(--cru-background-2-color);
+ -webkit-appearance: none;
}
textarea:hover {
@@ -42,6 +43,7 @@ input[type="text"] {
border: 1px solid;
transition: all 0.5s;
border-color: var(--cru-background-2-color);
+ -webkit-appearance: none;
}
input:hover,