12 lines
152 B
CSS
12 lines
152 B
CSS
.clickable {
|
|
cursor: pointer;
|
|
}
|
|
|
|
button.nothing {
|
|
background-color: inherit;
|
|
border: none;
|
|
}
|
|
|
|
div.normalText {
|
|
white-space: pre-wrap;
|
|
}
|