This is a migrated thread and some comments may be shown as answers.

bug in the StyleSheet for password fields

0 Answers 24 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alexandre Jobin
Top achievements
Rank 1
Alexandre Jobin asked on 22 Nov 2011, 04:05 PM
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:

.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;
}

Tags
General Discussions
Asked by
Alexandre Jobin
Top achievements
Rank 1
Share this question
or