[embed] debug stylesheet
This commit is contained in:
parent
61788fa804
commit
949eee984a
|
@ -285,6 +285,9 @@
|
||||||
outline: none;
|
outline: none;
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
|
|
||||||
|
background-origin: content-box;
|
||||||
|
padding: 1px 0 0 1px;
|
||||||
|
|
||||||
-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
|
-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
|
||||||
-moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
|
-moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
|
||||||
box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
|
box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
.svg-icon {
|
.svg-icon {
|
||||||
&.play {
|
&.play {
|
||||||
&.pause {
|
&.pause {
|
||||||
background-position: -22px*10 -22px;
|
background-position: -20px*10 -20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue