Clean up .button and .button[disabled] CSS classes, add spinner and gray-out buttons after clicking Publish or Update post.

git-svn-id: https://develop.svn.wordpress.org/trunk@11874 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-08-25 05:14:49 +00:00
parent ca608e336a
commit 61c97aba16
14 changed files with 145 additions and 107 deletions
+9
View File
@@ -403,3 +403,12 @@ table.ie-fixed {
height: 32px;
width: 40px;
}
#wpcontent .button-primary-disabled {
color: #9FD0D5;
background: #298CBA;
}
#wpcontent #ajax-loading {
vertical-align: baseline;
}