public/assets/css/core/fancybox/helpers/jquery.fancybox-buttons.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#fancybox-buttons a.btnToggleOn {

Don't use IDs in selectors.
Open

#fancybox-buttons.bottom {

Don't use IDs in selectors.
Open

#fancybox-buttons a.btnPlayOn {

Don't use IDs in selectors.
Open

#fancybox-buttons a:hover {

Don't use IDs in selectors.
Open

#fancybox-buttons a.btnToggle {

Don't use IDs in selectors.
Open

#fancybox-buttons.top {

Don't use IDs in selectors.
Open

#fancybox-buttons a.btnClose {

Don't use IDs in selectors.
Open

#fancybox-buttons ul li {

Don't use IDs in selectors.
Open

#fancybox-buttons a {

Don't use IDs in selectors.
Open

#fancybox-buttons a.btnNext {

Don't use IDs in selectors.
Open

#fancybox-buttons a.btnDisabled {

Don't use IDs in selectors.
Open

#fancybox-buttons ul {

Don't use IDs in selectors.
Open

#fancybox-buttons a.btnPrev {

Don't use IDs in selectors.
Open

#fancybox-buttons {

Don't use IDs in selectors.
Open

#fancybox-buttons a.btnPlay {

Element (a.btnNext) is overqualified, just use .btnNext without element name.
Open

#fancybox-buttons a.btnNext {

Element (a.btnDisabled) is overqualified, just use .btnDisabled without element name.
Open

#fancybox-buttons a.btnDisabled {

Values of 0 shouldn't have units specified.
Open

    background-position: -56px 0px;

Element (a.btnPlayOn) is overqualified, just use .btnPlayOn without element name.
Open

#fancybox-buttons a.btnPlayOn {

Element (a.btnClose) is overqualified, just use .btnClose without element name.
Open

#fancybox-buttons a.btnClose {

Element (a.btnToggle) is overqualified, just use .btnToggle without element name.
Open

#fancybox-buttons a.btnToggle {

Element (a.btnToggleOn) is overqualified, just use .btnToggleOn without element name.
Open

#fancybox-buttons a.btnToggleOn {

Element (a.btnPrev) is overqualified, just use .btnPrev without element name.
Open

#fancybox-buttons a.btnPrev {

Element (a.btnPlay) is overqualified, just use .btnPlay without element name.
Open

#fancybox-buttons a.btnPlay {

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

    border: 1px solid #111;

Using width with border-left can sometimes make elements larger than you expect.
Open

    border-left: 1px solid #111;

Using width with border-left can sometimes make elements larger than you expect.
Open

    border-left: 1px solid #111;

Using width with border-right can sometimes make elements larger than you expect.
Open

    border-right: 1px solid #3e3e3e;

Expected (<filter-function-list> | none) but found 'progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444' endColorstr='#222222',GradientType=0 )'.</filter-function-list>
Open

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );

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

    border: 1px solid #111;

Negative text-indent doesn't work well with RTL. If you use text-indent for image replacement explicitly set direction for that item to ltr.
Open

    text-indent: -9999px;

Outlines should only be modified using :focus.
Open

#fancybox-buttons a {

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

#fancybox-buttons ul {

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

#fancybox-buttons a.btnDisabled {

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

#fancybox-buttons {

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

#fancybox-buttons a.btnClose {

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

#fancybox-buttons a {

There are no issues that match your filters.

Category
Status