Refactor terminology in dialogs and tables for consistency; update styles for number inputs and footer links

This commit is contained in:
2026-04-03 09:32:14 +02:00
parent 719b33bb71
commit 0923c037eb
7 changed files with 56 additions and 11 deletions

View File

@@ -170,6 +170,18 @@ html, body {
text-align: center;
}
.app-footer-about {
color: var(--color-text-muted);
text-decoration: underline;
padding: 0;
}
.app-footer-about:hover,
.app-footer-about:focus {
color: var(--color-text);
cursor: pointer;
}
/* Buttons modern style */
.btn {
font-size: 0.85rem;
@@ -525,6 +537,17 @@ html, body {
text-align: right;
}
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"].no-spinner {
-moz-appearance: textfield;
appearance: textfield;
}
.form-control, .form-select {
border-radius: 0.5rem;
transition: border-color 0.15s, box-shadow 0.15s;