parsley.css

About this file

This CSS file has styles set for parsley errors in input, select, and text area. Styles are also set for displaying a list of parsley errors.

Code Check Report




csslint: There are 4 problems in .

parsley.css
1: warning at line 1, col 1
Rule is empty.
input.parsley-success,

parsley.css
2: warning at line 9, col 1
Rule doesn't have all its properties in alphabetical order.
input.parsley-error,

parsley.css
3: warning at line 17, col 1
Rule doesn't have all its properties in alphabetical order.
.parsley-errors-list {

parsley.css
4: warning at line 33, col 1
Adjoining classes: .parsley-errors-list.filled
.parsley-errors-list.filled {
                        

Documentation drawn from source code

textarea.parsley-success {
/*color: #468847;*/
/*background-color: #DFF0D8;*/
/*border: 1px solid #D6E9C6;*/
}

textarea.parsley-error {
}

.parsley-errors-list {
}

.parsley-errors-list.filled {
}

Source code