浏览代码

Improved visual styles of the inputtext component.

Aleksander Nowodzinski 9 年之前
父节点
当前提交
d60f99872c
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      packages/ckeditor5-theme-lark/theme/components/inputtext.scss

+ 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;
 	}
 }