Files
chrome-extensions-samples/samples/messaging/app1/main.css
2014-09-02 18:06:16 +02:00

13 lines
218 B
CSS

input[type="text"] {
width: 240px;
}
#log {
background-color: rgb(226, 226, 250);
padding: 10px 20px;
margin-top: 10px;
height: 300px;
border: 1px solid black;
overflow-y: scroll;
overflow-x: hidden;
}