From 9d00db06b299e65e807d13d2df56ffdd1e2b5254 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 1 Mar 2016 14:03:34 +0100 Subject: fix resize issue --- view/theme/redbasic/css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'view/theme/redbasic') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 0b583b5f6..2cf311baa 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1160,11 +1160,16 @@ img.mail-conv-sender-photo { } #profile-jot-text { - resize: vertical; + resize: none; border-width: 0px; border-radius: $radiuspx; } +#profile-jot-text:focus { + resize: vertical; +} + + #profile-jot-text::-webkit-input-placeholder { font-size:16px; } -- cgit v1.2.3