Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/goshen-chrome/onpage/onpage.css')
-rw-r--r--contrib/goshen-chrome/onpage/onpage.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/goshen-chrome/onpage/onpage.css b/contrib/goshen-chrome/onpage/onpage.css
new file mode 100644
index 000000000..06c6c0a0b
--- /dev/null
+++ b/contrib/goshen-chrome/onpage/onpage.css
@@ -0,0 +1,7 @@
+._goshen-selected {
+ background-color: rgba(100, 250, 250, 0.2);
+}
+
+._goshen-selected._goshen-active {
+ background-color: rgba(250, 100, 250, 0.2);
+}