Csslint the css file.
This commit is contained in:
parent
a4d8487ee3
commit
d8c961ee32
@ -3,11 +3,12 @@
|
|||||||
bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x */
|
bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x */
|
||||||
height: 8px;
|
height: 8px;
|
||||||
background-color: #aaa;
|
background-color: #aaa;
|
||||||
border-radius: 4px;
|
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
|
border-radius: 4px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
filter: alpha(opacity = 0);
|
filter: alpha(opacity = 0);
|
||||||
|
-o-transition: opacity .2s linear;
|
||||||
-webkit-transition: opacity.2s linear;
|
-webkit-transition: opacity.2s linear;
|
||||||
-moz-transition: opacity .2s linear;
|
-moz-transition: opacity .2s linear;
|
||||||
transition: opacity .2s linear;
|
transition: opacity .2s linear;
|
||||||
@ -34,11 +35,12 @@
|
|||||||
right: 3px; /* there must be 'right' for ps-scrollbar-y */
|
right: 3px; /* there must be 'right' for ps-scrollbar-y */
|
||||||
width: 8px;
|
width: 8px;
|
||||||
background-color: #aaa;
|
background-color: #aaa;
|
||||||
border-radius: 4px;
|
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
|
border-radius: 4px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
filter: alpha(opacity = 0);
|
filter: alpha(opacity = 0);
|
||||||
|
-o-transition: opacity .2s linear;
|
||||||
-webkit-transition: opacity.2s linear;
|
-webkit-transition: opacity.2s linear;
|
||||||
-moz-transition: opacity .2s linear;
|
-moz-transition: opacity .2s linear;
|
||||||
transition: opacity .2s linear;
|
transition: opacity .2s linear;
|
||||||
|
Loading…
Reference in New Issue
Block a user