No edit summary
No edit summary
Line 31: Line 31:
transition-duration: .1s;
transition-duration: .1s;
}
}
.mp-button::after {
display: block;
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
box-shadow: 0 -6px 0 0 rgb(104, 104, 104) inset,
2px 2px 0 0 rgba(178, 178, 178, 0.5) inset,
-2px -8px 0 0 rgba(153, 153, 153, 0.5) inset;
transition: .1s background-color, box-shadow;
}
/*
/*
body.stw-theme-dark .mp-button {
body.stw-theme-dark .mp-button {