style generic article-attachments
This commit is contained in:
parent
2ad6bf505d
commit
c651affb87
2 changed files with 8 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
<div class="attachments"></div>
|
<div class="attachments"></div>
|
||||||
<div class="u-unclickable">
|
<div class="article-attachment u-unclickable">
|
||||||
<div class="attachmentPlaceholder">
|
<div class="attachmentPlaceholder">
|
||||||
<span class="attachmentPlaceholder-inputHolder u-highlight u-clickable">
|
<span class="attachmentPlaceholder-inputHolder u-highlight u-clickable">
|
||||||
Dateien wählen..
|
Dateien wählen..
|
||||||
|
|
|
@ -473,15 +473,17 @@ textarea,
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control:focus {
|
.form-control:focus,
|
||||||
|
.form-control.is-focused {
|
||||||
border-color: hsl(200,71%,59%);
|
border-color: hsl(200,71%,59%);
|
||||||
box-shadow: 0 0 0 3px hsl(201,62%,90%);
|
box-shadow: 0 0 0 3px hsl(201,62%,90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.richtext.form-control [contenteditable] {
|
||||||
.form-control[contenteditable] {
|
|
||||||
height: auto;
|
height: auto;
|
||||||
min-height: 100px;
|
min-height: 82px;
|
||||||
|
border: none;
|
||||||
|
margin-bottom: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tokenfield.focus {
|
.tokenfield.focus {
|
||||||
|
@ -3243,7 +3245,7 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.formset-inset {
|
.formset-inset {
|
||||||
margin: 31px -24px 24px;
|
margin: 18px -24px 24px;
|
||||||
padding: 19px 24px 4px;
|
padding: 19px 24px 4px;
|
||||||
background: hsl(197,20%,93%);
|
background: hsl(197,20%,93%);
|
||||||
border-top: 1px solid hsl(0,0%,90%);
|
border-top: 1px solid hsl(0,0%,90%);
|
||||||
|
|
Loading…
Reference in a new issue