Browse Source

Internal: enhanced CSS colors for the resized elements.

Marek Lewandowski 6 years ago
parent
commit
feb279d0fd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/ckeditor5-widget/theme/widget.css

+ 2 - 1
packages/ckeditor5-widget/theme/widget.css

@@ -25,7 +25,8 @@
 			top: 0;
 			top: 0;
 			bottom: 0;
 			bottom: 0;
 
 
-			outline: 2px dashed red;
+			outline: 2px dashed var(--ck-color-focus-border);
+			background-color: rgba(71, 164, 245, 0.25);
 
 
 			&.ck-widget__resizer-shadow-active {
 			&.ck-widget__resizer-shadow-active {
 				display: block;
 				display: block;