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

@ -316,3 +316,6 @@ dialog#connection-data div.button {
#editor-type-schema img {
height: 32px;
}
#editor-type-schema img.saving {
filter: invert(0.7) sepia(0.5) hue-rotate(0deg) saturate(600%) brightness(0.75);
}