diff options
author | Devaev Maxim <[email protected]> | 2018-10-06 03:23:03 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-10-06 03:23:03 +0300 |
commit | f3478dc24153ffbf3043efa29f465aaee3bb7ba8 (patch) | |
tree | f0197a395edc4ad31a67c87dc441f351dd8a274f /web/css/hid.css | |
parent | 576ed9e18ed131df4e7065fe5513f55b57cba6ec (diff) |
refactoring
Diffstat (limited to 'web/css/hid.css')
-rw-r--r-- | web/css/hid.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/web/css/hid.css b/web/css/hid.css new file mode 100644 index 00000000..8c420fe9 --- /dev/null +++ b/web/css/hid.css @@ -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; +} |