some updates related to #28
This commit is contained in:
@@ -6,7 +6,8 @@ pre {
|
||||
border-radius : .5em;
|
||||
}
|
||||
|
||||
input {
|
||||
input,
|
||||
textarea {
|
||||
width : 100%;
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
color : rgba(255, 255, 255, 0.3);
|
||||
@@ -25,6 +26,12 @@ input:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
textarea {
|
||||
transition: none;
|
||||
resize : vertical;
|
||||
min-height: 4em;
|
||||
}
|
||||
|
||||
label {
|
||||
width : 10.5em;
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user