listing12-50_polish.css_textfield

来自「着几乎所有智能机厂商都将有自己配套的App Store,甚至并非智能手机制造商的」· CSS_TEXTFIELD 代码 · 共 22 行

CSS_TEXTFIELD
22
字号
.textInput {
	margin: 1;
	padding: 4;
	padding-left: 2;
	padding-right: 2;
	padding-horizontal: 4;
	textfield-direct-input: true;
	font-style: bold;
	font-size: small;
	font-color: fontColor;
	background-color: highlightedBgColor;
	border-color: black;
	layout: left;
	textfield-width: 90;
	datefield-width: 90;
	textfield-caret-color: red;
	textfield-caret-char: >;
	textfield-show-length: true;
	textfield-direct-input: true;
	focused-style: .focusedInput;
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?