mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 21:24:35 +00:00
Stop the fade-out of the Undo notices on Edit Comments screen, props caesarsgrunt, fixes #11259, see #4529
git-svn-id: https://develop.svn.wordpress.org/trunk@12278 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3520,11 +3520,20 @@ span.imgedit-scale-warn {
|
||||
border-top-style: solid;
|
||||
border-top-width: 1px;
|
||||
margin: 0 -10px;
|
||||
padding: 3px;
|
||||
padding: 3px 8px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.trash-undo-inside {
|
||||
margin: 3px 8px;
|
||||
margin: 1px 8px 1px 0;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
.trash-undo-inside .avatar {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
margin-right: 8px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* tag hints */
|
||||
|
||||
Reference in New Issue
Block a user