0 votes
in SoSci Survey (dt.) by s191910 (150 points)

Hallo,

gibt es eine Möglichkeit ein Eingabefeld für eine Texteingabe hervorzuheben? Ich möchte gerne das Layout SoSci Survey Standard `23 verwenden, weil es eine schöne große Darstellung hat. Die Texteingabefelder sind aber nur sehr schwach dargestellt, die Linie darum herum ist minimal, und erst wenn man drauffährt, wird siedeutlicher. Kann man daran irgendwie schrauben?

Viele Grüße

1 Answer

0 votes
by SoSci Survey (306k points)

Sie können im Layout im <style>-Bereich folgenden CSS-Code ergänzen, um die Formatierung der Texteingabefelder anzupassen:

input[type="text"], input[type="number"], input[type="password"],
input[type="date"], input[type="time"], input[type="email"], input[type="file"],
textarea, div.textinput textarea, table.question td.textinput textarea,
div.textinput input, table.question td.textinput input
{
  border: 2px solid #666666;
}
by s191910 (150 points)
edited by s191910
Danke, das hat geklappt

Willkommen im Online-Support von SoSci Survey.

Hier bekommen Sie schnelle und fundierte Antworten von anderen Projektleitern und direkt von SoSci Survey.

→ Eine Frage stellen


Welcome to the SoSci Survey online support.

Simply ask a question to quickly get answers from other professionals, and directly from SoSci Survey.

→ Ask a Question

...