This question is locked. New answers and comments are not allowed.
hi!
i think there's a bug in the stylesheet with the v2011.3.1115. The password textboxes are missing some styles. In the previous versions, you had this:
and in the v2011.3.1115, you have this:
so the inputs of type 'password' doesnt inherit theses styles!
There's also this one that should have a tag for 'password':
i think there's a bug in the stylesheet with the v2011.3.1115. The password textboxes are missing some styles. In the previous versions, you had this:
.t-widget,.t-input{ border-width: 1px; border-style: solid;}and in the v2011.3.1115, you have this:
.t-widget,.t-input[type="text"]{ border-width: 1px; border-style: solid;}so the inputs of type 'password' doesnt inherit theses styles!
There's also this one that should have a tag for 'password':
.t-autocomplete,.t-input[type="text"]{ padding:2px 1px 3px;}