Geo fields: Allow overriding existing values (#1978)

This commit is contained in:
Richard Schreiber
2021-02-26 09:55:23 +01:00
committed by GitHub
parent 73e7d407cd
commit 1c81792cd7
9 changed files with 208 additions and 213 deletions

View File

@@ -241,6 +241,23 @@ div.mail-preview {
input[type=number].short {
width: 80px !important;
}
.geodata-autoupdate {
display: block;
}
.geodata-autoupdate .btn-link {
padding: 0;
}
.geodata-autoupdate [data-notification] {
display: none;
}
[data-notify=error] [data-notification=error],
[data-notify=loading] [data-notification=loading],
[data-notify=updated] [data-notification=updated],
[data-notify=confirm] [data-notification=confirm] {
display: block;
}
.geodata-group {
.form-group {
margin: 0 0 10px 0;