1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat: tables options edit

This commit is contained in:
2020-11-16 17:16:39 +01:00
parent e49823f5c4
commit 0805b96a75
8 changed files with 221 additions and 13 deletions

View File

@ -191,6 +191,11 @@ body {
background-color: $bg-color-gray;
}
.form-input.is-error,
.form-select.is-error {
background-color: $bg-color-gray;
}
.form-input:not(:placeholder-shown):invalid:focus {
background: $bg-color-gray;
}