diff options
author | Devaev Maxim <[email protected]> | 2018-10-05 12:55:55 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-10-05 12:55:55 +0300 |
commit | bbaf99c1b4a19ec6438f794bc045777443cbaaf2 (patch) | |
tree | 3622036af0412f0affdff3bf90c8ef451a0e9df3 /web/css | |
parent | 54cc8393a7e632eb0a1c85cc02dcf7130fe53766 (diff) |
imroved pak
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/shortcuts.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/web/css/shortcuts.css b/web/css/shortcuts.css new file mode 100644 index 00000000..a96716ab --- /dev/null +++ b/web/css/shortcuts.css @@ -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; +} |