Update index.php
This commit is contained in:
parent
fadb08b91e
commit
10452ea3d0
1 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input[type=text] {
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
|
@ -24,6 +24,10 @@
|
||||||
resize: none;
|
resize: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type=text]:focus {
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
#body-input {
|
#body-input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
|
|
Reference in a new issue