mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-28 13:39:44 +07:00
13 lines
218 B
CSS
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;
|
|
} |