summaryrefslogtreecommitdiff
path: root/web/css
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-10-05 12:55:55 +0300
committerDevaev Maxim <[email protected]>2018-10-05 12:55:55 +0300
commitbbaf99c1b4a19ec6438f794bc045777443cbaaf2 (patch)
tree3622036af0412f0affdff3bf90c8ef451a0e9df3 /web/css
parent54cc8393a7e632eb0a1c85cc02dcf7130fe53766 (diff)
imroved pak
Diffstat (limited to 'web/css')
-rw-r--r--web/css/shortcuts.css21
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;
+}