Image editing (first run). Includes code by stephanreiter, see #10528

git-svn-id: https://develop.svn.wordpress.org/trunk@11911 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-09-10 22:07:33 +00:00
parent 09845dfd03
commit 4f22e99cf5
28 changed files with 2335 additions and 42 deletions
+18
View File
@@ -1649,3 +1649,21 @@ div.widgets-sortables,
.deleting .widget-title * {
color: #aaa;
}
.imgedit-menu div {
border-color: #d5d5d5;
background-color: #f1f1f1;
}
.imgedit-menu div:hover {
border-color: #b1b1b1;
background-color: #e3e3e3;
}
.imgedit-menu div.disabled {
border-color: #b3b3b3;
background-color: #cacaca;
filter: alpha(opacity=40);
opacity: 0.4;
}