mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-05 17:35:29 -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">
|
||||
<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>
|
||||
</template>
|
||||
<button class="btn btn-primary mt-4 short" type="submit" :disabled="disabledButton">
|
||||
@ -203,7 +203,7 @@ export default {
|
||||
@import "../assets/vars.scss";
|
||||
|
||||
.dark {
|
||||
#caInput {
|
||||
#ca-input {
|
||||
&::file-selector-button {
|
||||
color: $primary;
|
||||
background-color: $dark-bg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user