8
0
Просмотр исходного кода

Decreased the opacity of the brackets.

Aleksander Nowodzinski 6 лет назад
Родитель
Сommit
4fcd85a91c

+ 4 - 4
packages/ckeditor5-restricted-editing/tests/manual/restrictedediting.html

@@ -50,8 +50,8 @@
 		border-right: 0;
 		border-image: linear-gradient(
 			to right,
-			hsla(0, 0%, 0%, .7) 0%,
-			hsla(0, 0%, 0%, .7) 5px,
+			hsla(0, 0%, 0%, .3) 0%,
+			hsla(0, 0%, 0%, .3) 5px,
 			hsla(0, 0%, 100%, 0) 6px ) 1;
 	}
 
@@ -59,8 +59,8 @@
 		border-left: 0;
 		border-image: linear-gradient(
 			to left,
-			hsla(0, 0%, 0%, .7) 0%,
-			hsla(0, 0%, 0%, .7) 5px,
+			hsla(0, 0%, 0%, .3) 0%,
+			hsla(0, 0%, 0%, .3) 5px,
 			hsla(0, 0%, 100%, 0) 6px ) 1;
 	}