Bump the autosave re-enable delay to 5 seconds, makes sure we manually re-enable the buttons on ajax success, and visually dim the disabled buttons for some UI feedback. Props mdawaffe. fixes #6707 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@7813 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -192,6 +192,10 @@ ul.widget-control-list .sorthelper {
|
||||
border-color: #a3a3a3;
|
||||
}
|
||||
|
||||
.button[disabled], .button:disabled {
|
||||
background-color: #999;
|
||||
}
|
||||
|
||||
.tablenav .button-secondary {
|
||||
border-color: #5396c5;
|
||||
}
|
||||
|
||||
@@ -188,6 +188,10 @@ ul.widget-control-list .sorthelper {
|
||||
border-color: #80b5d0;
|
||||
}
|
||||
|
||||
.button[disabled], .button:disabled {
|
||||
background-color: #999;
|
||||
}
|
||||
|
||||
.submit input:hover, .button:hover, #edit-slug-buttons a.save:hover {
|
||||
border-color: #535353;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user