mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-25 15:38:56 +00:00
11 lines
219 B
CSS
11 lines
219 B
CSS
.editbox {
|
|
margin-top: 25px;
|
|
padding: 6px;
|
|
font-size: 12px;
|
|
background: url(/images/javascript.gif) no-repeat 10px 10px;
|
|
}
|
|
|
|
.focus {
|
|
background: url(/images/javascript.gif) no-repeat 9px 9px;
|
|
padding: 5px;
|
|
} |