Hallo, wo kann ich die Schrift Farbe in der Such Funktion bearbeiten oder welchen CSS Code muss ich dafür nutzen?
da das irgendwie nicht mehr nach Standard aussieht, benötigt man dafür einen Link zum Patienten... Mit der Glaskugel wird das nichts! Wenn du es selber raus bekommen willst, dann bewege die Maus über das Eingabefeld, klick mit der rechen Maustaste und wähle Untersuchen aus.
versuche es mal mit HTML: .input-group .form-control:not(:first-child):not(:last-child){ color: #fff; } Ich vermute, dass Du da ausersehen die Textfarbe statt der Hintergrundfarbe geändert hast.
Code: .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-number .btn-plus:not(:first-child):not(:last-child), .input-number .btn-minus:not(:first-child):not(:last-child), .input-number .btn-plus:not(:first-child):not(:last-child), .input-number .btn-minus:not(:first-child):not(:last-child), .input-number .btn-plus:not(:first-child):not(:last-child), .input-number .btn-minus:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child), .input-number .form-control:not(:first-child):not(:last-child), .input-number .input-text:not(:first-child):not(:last-child), .input-group .input-text:not(:first-child):not(:last-child), .input-number .form-control:not(:first-child):not(:last-child), .input-number .input-text:not(:first-child):not(:last-child), .input-number .input-text:not(:first-child):not(:last-child), .input-group .input-text:not(:first-child):not(:last-child), .input-number .input-text:not(:first-child):not(:last-child), .input-number .form-control:not(:first-child):not(:last-child), .input-number .input-text:not(:first-child):not(:last-child), .input-number .input-text:not(:first-child):not(:last-child), .input-number .input-text:not(:first-child):not(:last-child), .input-group .input-text:not(:first-child):not(:last-child), .input-number .input-text:not(:first-child):not(:last-child), .input-number .input-text:not(:first-child):not(:last-child) { color: black; } Das zeigt er mir an wenn ich es untersuche dafür auch wenn ich das manuell ändre im CSS wird es nicht genutzt.