Files
herbarium/public/css/app.css
2024-06-13 11:54:28 +02:00

13 lines
170 B
CSS

.no-style {
background: none;
border: none;
padding: 0;
font: inherit;
color: inherit;
cursor: pointer;
}
.no-style:focus {
outline: none;
}