kopia lustrzana https://github.com/nolanlawson/pinafore
rodzic
38215470ca
commit
973d0f7d11
|
@ -11,6 +11,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="compose-media-alt">
|
<div class="compose-media-alt">
|
||||||
<input type="text"
|
<input type="text"
|
||||||
|
class="compose-media-alt-input"
|
||||||
placeholder="Description"
|
placeholder="Description"
|
||||||
aria-label="Describe {mediaItem.file.name} for the visually impaired"
|
aria-label="Describe {mediaItem.file.name} for the visually impaired"
|
||||||
bind:value=rawText
|
bind:value=rawText
|
||||||
|
@ -42,12 +43,13 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.compose-media-alt input {
|
.compose-media-alt-input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
background: var(--alt-input-bg);
|
background: var(--alt-input-bg);
|
||||||
|
color: var(--body-text-color);
|
||||||
}
|
}
|
||||||
.compose-media-alt input:focus {
|
.compose-media-alt-input:focus {
|
||||||
background: var(--main-bg);
|
background: var(--main-bg);
|
||||||
}
|
}
|
||||||
.compose-media-delete {
|
.compose-media-delete {
|
||||||
|
|
Ładowanie…
Reference in New Issue