refactoring

This commit is contained in:
Devaev Maxim
2018-10-06 03:23:03 +03:00
parent 576ed9e18e
commit f3478dc241
4 changed files with 21 additions and 21 deletions

21
web/css/hid.css Normal file
View File

@@ -0,0 +1,21 @@
textarea#hid-pak-text {
display: block;
resize: none;
width: 100%;
height: 40px;
color: var(--fg-color-dark);
background-color: var(--bg-color-light);
border: none;
outline: 0 !important;
-webkit-appearance:none;
}
textarea#hid-pak-text::-moz-placeholder {
line-height: 40px;
text-align: center;
}
textarea#hid-pak-text::-webkit-input-placeholder {
line-height: 40px;
text-align: center;
}