8 lines
137 B
CSS
8 lines
137 B
CSS
|
.OMLQuote {
|
||
|
background-color: rgb(255, 255, 255);
|
||
|
}
|
||
|
|
||
|
.OMLAnnotation.selected .OMLQuote {
|
||
|
background-color: rgb(128, 192, 255);
|
||
|
}
|