/ Published in: CSS
Expand |
Embed | Plain Text
/** rysuje border wokol input[type="password"], textarea, select nie patrzac na to czy zawiera sie w .field.error ? */ .field.error input[type="text"], input[type="password"], textarea, select { border: 1px solid red !important;}
Comments
Subscribe to comments
You need to login to post a comment.

Efekt oczekiwany: dla wszystkich pól w/w zawierajacych sie w class="field error" narysuje ramke co jest nie tak?
moze byc i tak
.field.error input[type="text"], .field.error input[type="password"], .field.error textarea ,.field.error select{ border: 1px solid red !important;}
nie da rady krócej?