public/assets/css/core/datetimepicker/jquery.simple-dtpicker.css

Summary

Maintainability
Test Coverage

The properties padding-top, padding-bottom, padding-left, padding-right can be replaced by padding.
Open

.datepicker > .datepicker_header{

Element (td.day_in_past) is overqualified, just use .day_in_past without element name.
Open

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.day_in_past {

Values of 0 shouldn't have units specified.
Open

    margin: -2px 0px -2px 0px;

Values of 0 shouldn't have units specified.
Open

    box-shadow: 0.5px 0px 3px #c8c8c8;

The properties padding-top, padding-bottom, padding-left, padding-right can be replaced by padding.
Open

.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item {

Element (td.day_another_month) is overqualified, just use .day_another_month without element name.
Open

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.day_another_month {

Element (td.wday_sun) is overqualified, just use .wday_sun without element name.
Open

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.wday_sun {

Values of 0 shouldn't have units specified.
Open

    padding-left: 0px;

Element (div.timelist_item.time_in_past) is overqualified, just use .time_in_past without element name.
Open

.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.time_in_past {

Values of 0 shouldn't have units specified.
Open

    margin: -2px 0px -2px 0px;

Element (td.day_in_unallowed) is overqualified, just use .day_in_unallowed without element name.
Open

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.day_in_unallowed {

Element (td.today) is overqualified, just use .today without element name.
Open

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.today {

Values of 0 shouldn't have units specified.
Open

        -webkit-box-shadow: 0.5px 0px 3px #c8c8c8;

Values of 0 shouldn't have units specified.
Open

    box-shadow: 0.5px 0.5px 0px #c8c8c8;

Element (td.wday_sat) is overqualified, just use .wday_sat without element name.
Open

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.wday_sat {

Values of 0 shouldn't have units specified.
Open

    padding-right: 0px;

Values of 0 shouldn't have units specified.
Open

        -moz-box-shadow: 0.5px 0px 3px #c8c8c8;

Adjoining classes: .datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.time_in_past
Open

.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.time_in_past {

Standard property 'box-shadow' should come after vendor-prefixed property '-webkit-box-shadow'.
Open

        -webkit-box-shadow: 0.5px 0px 3px #c8c8c8;

Standard property 'border-top-left-radius' should come after vendor-prefixed property '-webkit-border-top-left-radius'.
Open

        -webkit-border-top-left-radius:    3px;

Standard property 'border-top-left-radius' should come after vendor-prefixed property '-moz-border-radius-topleft'.
Open

        -moz-border-radius-topleft:        3px;

Standard property 'box-shadow' should come after vendor-prefixed property '-moz-box-shadow'.
Open

        -moz-box-shadow: 0.5px 0.5px 3px #eeeeee;

Standard property 'border-bottom-right-radius' should come after vendor-prefixed property '-moz-border-radius-bottomright'.
Open

    -moz-border-radius-bottomright:    3px;

Standard property 'border-radius' should come after vendor-prefixed property '-moz-border-radius'.
Open

        -moz-border-radius: 3px;

Adjoining classes: .datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.out_of_range
Open

.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.out_of_range {

Standard property 'box-shadow' should come after vendor-prefixed property '-webkit-box-shadow'.
Open

        -webkit-box-shadow: 0.5px 0.5px 3px #eeeeee;

Adjoining classes: .datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.hover
Open

.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.hover {

The property -ms-user-select is compatible with -webkit-user-select and -moz-user-select and should be included as well.
Open

        -webkit-user-select: none;

Standard property 'border-top-right-radius' should come after vendor-prefixed property '-moz-border-radius-topright'.
Open

    -moz-border-radius-topright:        3px;

Standard property 'border-top-right-radius' should come after vendor-prefixed property '-webkit-border-top-right-radius'.
Open

    -webkit-border-top-right-radius:    3px;

Standard property 'border-bottom-left-radius' should come after vendor-prefixed property '-webkit-border-bottom-left-radius'.
Open

        -webkit-border-bottom-left-radius: 3px;

The property -ms-user-select is compatible with -webkit-user-select and -moz-user-select and should be included as well.
Open

        -webkit-user-select: none;

Standard property 'border-radius' should come after vendor-prefixed property '-moz-border-radius'.
Open

        -moz-border-radius: 3px;

The property -ms-user-select is compatible with -webkit-user-select and -moz-user-select and should be included as well.
Open

        -webkit-user-select: none;

Standard property 'border-top-right-radius' should come after vendor-prefixed property '-moz-border-radius-topright'.
Open

    -moz-border-radius-topright:        3px;

Standard property 'border-bottom-right-radius' should come after vendor-prefixed property '-webkit-border-bottom-right-radius'.
Open

    -webkit-border-bottom-right-radius: 3px;

Standard property 'border-bottom-right-radius' should come after vendor-prefixed property '-webkit-border-bottom-right-radius'.
Open

    -webkit-border-bottom-right-radius: 3px;

Standard property 'border-radius' should come after vendor-prefixed property '-webkit-border-radius'.
Open

        -webkit-border-radius: 3px;  

The property -ms-user-select is compatible with -webkit-user-select and -moz-user-select and should be included as well.
Open

        -webkit-user-select: none;

Standard property 'border-radius' should come after vendor-prefixed property '-moz-border-radius'.
Open

        -moz-border-radius: 3px;

Standard property 'border-radius' should come after vendor-prefixed property '-webkit-border-radius'.
Open

        -webkit-border-radius: 3px;  

The property -ms-user-select is compatible with -webkit-user-select and -moz-user-select and should be included as well.
Open

        -webkit-user-select: none;

Standard property 'border-radius' should come after vendor-prefixed property '-webkit-border-radius'.
Open

        -webkit-border-radius: 3px;  

Standard property 'border-bottom-left-radius' should come after vendor-prefixed property '-moz-border-radius-bottomleft'.
Open

        -moz-border-radius-bottomleft:    3px;

Standard property 'box-shadow' should come after vendor-prefixed property '-moz-box-shadow'.
Open

        -moz-box-shadow: 0.5px 0px 3px #c8c8c8;

Standard property 'border-bottom-right-radius' should come after vendor-prefixed property '-moz-border-radius-bottomright'.
Open

    -moz-border-radius-bottomright:    3px;

Adjoining classes: .datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.active
Open

.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.active {

Standard property 'border-top-right-radius' should come after vendor-prefixed property '-webkit-border-top-right-radius'.
Open

    -webkit-border-top-right-radius:    3px;

Using width with padding can sometimes make elements larger than you expect.
Open

    padding: 5px;

vertical-align can't be used with display: block.
Open

    vertical-align: middle;

Using height with padding can sometimes make elements larger than you expect.
Open

    padding: 5px;

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item {

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_header > a:hover {

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td {

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.hover {

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_inner_container > .datepicker_calendar {

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_inner_container {

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.time_in_past {

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.hover {

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_header > a:active {

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.day_in_unallowed {

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_inner_container:after {

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > th {

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.active {

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.active {

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_header > a {

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_header{

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_header > .icon-home {

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.out_of_range {

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker {

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar {

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.out_of_range {

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.day_in_past {

Rule doesn't have all its properties in alphabetical order.
Open

.datepicker > .datepicker_inner_container > .datepicker_timelist {

There are no issues that match your filters.

Category
Status