Răsfoiți Sursa

Improved visual styles of the inputtext component.

Aleksander Nowodzinski 9 ani în urmă
părinte
comite
d60f99872c

+ 3 - 2
packages/ckeditor5-theme-lark/theme/components/inputtext.scss

@@ -6,7 +6,8 @@
 		@include ck-rounded-corners();
 
 		border: 1px solid ck-border-color( 'foreground' );
-		padding: ck-spacing( 'small' );
-		min-width: 200px;
+		padding: ck-spacing( 'medium' );
+		min-width: 250px;
+		box-shadow: 0 0 5px ck-color( 'foreground', -15 ) inset;
 	}
 }