add oml.css

This commit is contained in:
rlx 2019-01-25 15:23:31 +05:30
parent b5d0a9f136
commit abc53d2d06

7
static/css/oml.css Normal file
View file

@ -0,0 +1,7 @@
.OMLQuote {
background-color: rgb(255, 255, 255);
}
.OMLAnnotation.selected .OMLQuote {
background-color: rgb(128, 192, 255);
}