9 lines
162 B
Text
9 lines
162 B
Text
.input {
|
|
background: #333;
|
|
border: 1px solid #444;
|
|
border-radius: 2px;
|
|
padding: 2px;
|
|
color: #fff;
|
|
width: 100%;
|
|
vertical-align: top;
|
|
}
|