mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-12 19:32:37 +01:00
16 lines
No EOL
206 B
Text
16 lines
No EOL
206 B
Text
.selected {
|
|
background-color: #f3fb8a;
|
|
color: black;
|
|
}
|
|
|
|
.modelLabel {
|
|
cursor: pointer;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: nowrap;
|
|
}
|
|
|
|
.hint {
|
|
font-style: italic;
|
|
color: #bfbfbf;
|
|
} |