Handling of data types

This commit is contained in:
Magnus Åhall 2025-07-10 10:39:33 +02:00
parent 9d50b97436
commit 8988720c0e
6 changed files with 331 additions and 18 deletions

View file

@ -416,5 +416,9 @@ dialog#connection-data {
img {
height: 32px;
&.saving {
filter: invert(.7) sepia(.5) hue-rotate(0deg) saturate(600%) brightness(0.75);
}
}
}