18 lines
430 B
CSS
18 lines
430 B
CSS
.OMLQuote {
|
|
color: rgb(0, 0, 0);
|
|
background-color: rgb(255, 255, 255);
|
|
font-family: Georgia, Palatino, DejaVu Serif, Book Antiqua, Palatino Linotype, Times New Roman, serif;
|
|
font-size: 14px;
|
|
line-height: 21px;
|
|
}
|
|
|
|
.OMLAnnotation.selected .OMLQuote {
|
|
background-color: rgb(128, 192, 255);
|
|
}
|
|
|
|
.OMLAnnotation .OxPlaceholder {
|
|
display: none;
|
|
}
|
|
.OMLAnnotation.selected .OxPlaceholder {
|
|
display: block;
|
|
}
|