make play/pause button smaller
This commit is contained in:
parent
250b25c90a
commit
7553de6282
|
@ -72,18 +72,18 @@ main {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 20px;
|
height: 12px;
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
border-color: transparent transparent transparent #e9d2d2;
|
border-color: transparent transparent transparent #e9d2d2;
|
||||||
transition: 100ms all ease;
|
transition: 100ms all ease;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 10px 0 10px 20px;
|
border-width: 6px 0 6px 12px;
|
||||||
}
|
}
|
||||||
.ppbut.playing {
|
.ppbut.playing {
|
||||||
border-style: double;
|
border-style: double;
|
||||||
border-width: 0px 0 0px 20px;
|
border-width: 0px 0 0px 12px;
|
||||||
}
|
}
|
||||||
.ppbut:hover {
|
.ppbut:hover {
|
||||||
border-color: transparent transparent transparent rgba(233,210,210,0.7);
|
border-color: transparent transparent transparent rgba(233,210,210,0.7);
|
||||||
|
|
Loading…
Reference in New Issue