mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 04:13:30 +03:00
parent
8b62ebd40a
commit
5e85d2f58f
@ -933,6 +933,10 @@ input:focus,
|
||||
fill: var(--darkgrey);
|
||||
}
|
||||
|
||||
.gh-editor-feature-image-caption {
|
||||
color: var(--darkgrey);
|
||||
}
|
||||
|
||||
.gh-editor-wordcount-container {
|
||||
background: var(--white);
|
||||
}
|
||||
|
@ -622,12 +622,13 @@ body[data-user-is-dragging] .gh-editor-feature-image-dropzone {
|
||||
.gh-editor-feature-image-alttext,
|
||||
.gh-editor-feature-image-caption {
|
||||
width: 100%;
|
||||
height: 24px;
|
||||
margin: 0 0 1.7em 0;
|
||||
outline: none;
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
font-size: 1.4rem;
|
||||
line-height: 1.65;
|
||||
line-height: 24px;
|
||||
letter-spacing: .04rem;
|
||||
background-color: transparent !important;
|
||||
transition: border-color .15s linear;
|
||||
|
Loading…
Reference in New Issue
Block a user