gwl-editablelabel.css
来自「这是一个检测JSP服务器内存的Ajax程序 可以动态显示服务器上的数据 并且」· CSS 代码 · 共 47 行
CSS
47 行
.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 + =
减小字号Ctrl + -
显示快捷键?