8 lines
105 B
CSS
8 lines
105 B
CSS
.clickable {
|
|
cursor: pointer;
|
|
}
|
|
|
|
button.nothing {
|
|
background-color: inherit;
|
|
border: none;
|
|
}
|