⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gwl-editablelabel.css

📁 这是一个检测JSP服务器内存的Ajax程序 可以动态显示服务器上的数据 并且一图像的方式直观显示数据
💻 CSS
字号:
.editableLabel-textBox {
	width: 200px;
	height: 25px;
	font-family: arial;
	border: 2px solid #333;

	/* Remove to display buttons to the right of the textbox */
	display: block;
}

.editableLabel-textArea {
	width: 200px;
	height: 100px;
	font-family: arial;
	border: 2px solid #333;

	/* Remove to display buttons to the right of the textbox */
	display: block;
}

.editableLabel-buttonPanel {
	width: 100px;
}

/* Style applies to both the "OK" and "Cancel" buttons */
.editableLabel-buttons {
	width: 50px;
	height: 20px;
	font-family: arial;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
}

.editableLabel-confirm {
	background: #0c0;
}

.editableLabel-cancel {
	background: #c00;
}

.editableLabel-label {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

⌨️ 快捷键说明

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