Tab-Restore/buttion.css
2021-04-23 12:15:32 +08:00

13 lines
194 B
CSS

button {
height: 30px;
width: 30px;
outline: none;
margin: 10px;
border: none;
border-radius: 2px;
}
button.current {
box-shadow: 0 0 0 2px white,
0 0 0 4px black;
}