mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
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
This commit is contained in:
commit
f2659962d3
1 changed files with 5 additions and 5 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue