chrome_ext_noname/button.css
2025-02-11 17:39:20 +09: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;
}