Only show Delete in media modal if the user can delete.
Props nacin, koopersmith fixes #22711 git-svn-id: http://core.svn.wordpress.org/trunk@23032 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -61,6 +61,13 @@
|
||||
border-color: #dfdfdf;
|
||||
}
|
||||
|
||||
.media-frame input:disabled,
|
||||
.media-frame textarea:disabled,
|
||||
.media-frame input[readonly],
|
||||
.media-frame textarea[readonly] {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.media-frame input[type="search"] {
|
||||
-webkit-appearance: textfield;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user