1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

[ticket/12542] Add initial drag-n-drop animation

PHPBB3-12542
This commit is contained in:
Marc Alexander
2015-04-28 16:12:58 +02:00
parent 0bc352ea7e
commit 46a789de5c
4 changed files with 16 additions and 0 deletions

View File

@@ -243,6 +243,9 @@ fieldset.submit-buttons input {
max-width: 100%;
font-size: 1.2em;
resize: vertical;
outline: 3px dashed transparent;
outline-offset: -4px;
transition: .5s;
}
/* Emoticons panel */