From e48608a7d4d881bc2ef9f05c3d3a1f76f3cc699d Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Thu, 4 Feb 2016 12:53:27 +0100 Subject: [PATCH] update ace example --- Examples/Ace/index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Examples/Ace/index.html b/Examples/Ace/index.html index 76c57a1c..49302dd3 100644 --- a/Examples/Ace/index.html +++ b/Examples/Ace/index.html @@ -9,6 +9,16 @@ bottom: 0; left: 0; } + .inserted { + position:absolute; + z-index:20; + background-color: #FFC107; + } + .deleted { + position:absolute; + z-index:20; + background-color: #FFC107; + }