mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-11 12:18:49 -05:00
Make id kebab-cased
This commit is contained in:
parent
30693392e0
commit
9151d99188
@ -93,7 +93,7 @@
|
|||||||
|
|
||||||
<div class="mb2 mt-3 short">
|
<div class="mb2 mt-3 short">
|
||||||
<p class="mb-2">{{ $t("configureMariaCaFile") }}</p>
|
<p class="mb-2">{{ $t("configureMariaCaFile") }}</p>
|
||||||
<input id="caInput" type="file" accept="application/x-pem-file, .pem" class="form-control" @change="onCaFileChange">
|
<input id="ca-input" type="file" accept="application/x-pem-file, .pem" class="form-control" @change="onCaFileChange">
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<button class="btn btn-primary mt-4 short" type="submit" :disabled="disabledButton">
|
<button class="btn btn-primary mt-4 short" type="submit" :disabled="disabledButton">
|
||||||
@ -203,7 +203,7 @@ export default {
|
|||||||
@import "../assets/vars.scss";
|
@import "../assets/vars.scss";
|
||||||
|
|
||||||
.dark {
|
.dark {
|
||||||
#caInput {
|
#ca-input {
|
||||||
&::file-selector-button {
|
&::file-selector-button {
|
||||||
color: $primary;
|
color: $primary;
|
||||||
background-color: $dark-bg;
|
background-color: $dark-bg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user