?? gwl-editablelabel.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 + -