openmedialibrary/static/css/oml.css
2019-01-31 12:37:49 +05:30

12 lines
313 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);
}