From abc53d2d069c8cf33e44ff2b0765d60aebc37073 Mon Sep 17 00:00:00 2001 From: rlx Date: Fri, 25 Jan 2019 15:23:31 +0530 Subject: [PATCH] add oml.css --- static/css/oml.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 static/css/oml.css diff --git a/static/css/oml.css b/static/css/oml.css new file mode 100644 index 0000000..b4abb47 --- /dev/null +++ b/static/css/oml.css @@ -0,0 +1,7 @@ +.OMLQuote { + background-color: rgb(255, 255, 255); +} + +.OMLAnnotation.selected .OMLQuote { + background-color: rgb(128, 192, 255); +}