aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2017-04-18 23:45:25 +0200
committerTristan Darricau <github@nicofuma.fr>2017-04-18 23:45:25 +0200
commitf2659962d34c676201154bd02f25068e4636a896 (patch)
treead967b6f8552f8c67980907bb33a042a09ef4580 /phpBB
parentf4bc0020ca6c4194d60c7f81dbb8be136e1b222c (diff)
parent6d1de1574811a45ca2d3fb61c1fb71a01dee255a (diff)
downloadforums-f2659962d34c676201154bd02f25068e4636a896.tar
forums-f2659962d34c676201154bd02f25068e4636a896.tar.gz
forums-f2659962d34c676201154bd02f25068e4636a896.tar.bz2
forums-f2659962d34c676201154bd02f25068e4636a896.tar.xz
forums-f2659962d34c676201154bd02f25068e4636a896.zip
Merge pull request #4792 from Louis7777/ticket/15173
[ticket/15173] Fix message area resizing lag * github.com:phpbb/phpbb: [ticket/15173] Fix message area resizing lag
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/theme/forms.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css
index e8efbc6045..dc136c1ab4 100644
--- a/phpBB/styles/prosilver/theme/forms.css
+++ b/phpBB/styles/prosilver/theme/forms.css
@@ -267,11 +267,11 @@ fieldset.submit-buttons input {
resize: vertical;
outline: 3px dashed transparent;
outline-offset: -4px;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -ms-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
+ -webkit-transition: all .5s ease, height 1ms linear;
+ -moz-transition: all .5s ease, height 1ms linear;
+ -ms-transition: all .5s ease, height 1ms linear;
+ -o-transition: all .5s ease, height 1ms linear;
+ transition: all .5s ease, height 1ms linear;
}
/* Emoticons panel */