From f3478dc24153ffbf3043efa29f465aaee3bb7ba8 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Sat, 6 Oct 2018 03:23:03 +0300 Subject: refactoring --- web/css/hid.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 web/css/hid.css (limited to 'web/css/hid.css') 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; +} -- cgit v1.2.3