Spaces:
Runtime error
Runtime error
Update custom.css
Browse files- custom.css +8 -0
custom.css
CHANGED
@@ -9,6 +9,14 @@
|
|
9 |
color: white;
|
10 |
}
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
/* status_display */
|
13 |
#status_display {
|
14 |
display: flex;
|
|
|
9 |
color: white;
|
10 |
}
|
11 |
|
12 |
+
.gr-textbox label {
|
13 |
+
display: none; /* Versteckt das Label vollständig */
|
14 |
+
}
|
15 |
+
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
|
16 |
+
color: red; /* Platzhalterfarbe, anpassen nach Bedarf */
|
17 |
+
opacity: 1; /* Stellt sicher, dass der Platzhalter gut sichtbar ist */
|
18 |
+
}
|
19 |
+
|
20 |
/* status_display */
|
21 |
#status_display {
|
22 |
display: flex;
|