imroved pak

This commit is contained in:
Devaev Maxim
2018-10-05 12:55:55 +03:00
parent 54cc8393a7
commit bbaf99c1b4
3 changed files with 35 additions and 14 deletions

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

@@ -0,0 +1,21 @@
textarea#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#pak-text::-moz-placeholder {
line-height: 40px;
text-align: center;
}
textarea#pak-text::-webkit-input-placeholder {
line-height: 40px;
text-align: center;
}