Set focus on pageName
This commit is contained in:
@@ -47,15 +47,15 @@
|
||||
border: none;
|
||||
background: none;
|
||||
margin: 25px 0 0 20px;
|
||||
padding: 0 0 3px 0;
|
||||
padding: 0;
|
||||
height: auto;
|
||||
width: 100%;
|
||||
border-bottom: 1px dotted #f8f8f8;
|
||||
}
|
||||
|
||||
.umb-panel-header .umb-headline:hover {
|
||||
border-bottom: 1px dotted #ccc;
|
||||
padding: 0 0 3px 0
|
||||
border-bottom: 1px dotted @grayLight;
|
||||
color: @black
|
||||
}
|
||||
/*
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
<input type="text"
|
||||
class="umb-headline"
|
||||
localize="placeholder"
|
||||
select-on-focus
|
||||
placeholder="@placeholders_nameentity:content.contentTypeName'"
|
||||
ng-model="content.name" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user