fixes: U4-10521 Creating new folders from the media picker no longer works
(cherry picked from commit 1cc3b39601)
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/common/overlays/mediaPicker/mediapicker.html
This commit is contained in:
committed by
Sebastiaan Janssen
parent
5df4d3509d
commit
fb8c519f71
@@ -35,3 +35,10 @@
|
||||
margin-right: 5px;
|
||||
color: @gray-7;
|
||||
}
|
||||
|
||||
input.umb-breadcrumbs__add-ancestor {
|
||||
height: 25px;
|
||||
margin-top: -2px;
|
||||
margin-left: 3px;
|
||||
width: 100px;
|
||||
}
|
||||
@@ -55,7 +55,7 @@
|
||||
|
||||
<input
|
||||
type="text"
|
||||
class="input-foldername input-mini inline"
|
||||
class="umb-breadcrumbs__add-ancestor"
|
||||
ng-show="showFolderInput"
|
||||
ng-model="newFolderName"
|
||||
ng-keydown="enterSubmitFolder($event)"
|
||||
|
||||
Reference in New Issue
Block a user