Преглед изворни кода

Tests: Changed marker's background color to make the test more useful.

Szymon Cofalik пре 8 година
родитељ
комит
2027b2e5b4
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      packages/ckeditor5-engine/tests/manual/highlight.html

+ 3 - 3
packages/ckeditor5-engine/tests/manual/highlight.html

@@ -1,14 +1,14 @@
 <style>
 	span.highlight-yellow {
-		background-color: yellow;
+		background-color: rgba( 255, 255, 0, 0.5 );
 	}
 
 	span.highlight-blue {
-		background-color: blue;
+		background-color: rgba( 0, 0, 255, 0.5 );
 	}
 
 	span.highlight-red {
-		background-color: red;
+		background-color: rgba( 255, 0, 0, 0.5 );
 	}
 
 	.ck-widget.fancy-widget {