Image editor icons, props Ben Dunkle, fixes #10979

git-svn-id: http://svn.automattic.com/wordpress/trunk@12363 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2009-12-10 09:22:01 +00:00
parent 182ec07a44
commit 168d6af9ac
9 changed files with 80 additions and 25 deletions

View File

@@ -1672,15 +1672,15 @@ div.widgets-sortables,
}
.imgedit-menu div:hover {
border-color: #b1b1b1;
background-color: #e3e3e3;
border-color: #c1c1c1;
background-color: #eaeaea;
}
.imgedit-menu div.disabled {
border-color: #b3b3b3;
background-color: #cacaca;
filter: alpha(opacity=40);
opacity: 0.4;
border-color: #ccc;
background-color: #ddd;
filter: alpha(opacity=50);
opacity: 0.5;
}
#dashboard_recent_comments div.undo {