remove some fields from kids and change exported data columns

This commit is contained in:
2025-05-23 14:12:15 +02:00
parent a092c4a234
commit aa7848c34b
7 changed files with 231 additions and 385 deletions

View File

@@ -42,8 +42,13 @@
text-shadow: 0 1px 0 #2f2f2f;
padding: 5px;
}
.button.black[disabled] {
color: #aa9e9e;
background: linear-gradient(#656565, #6a6262);
}
.button.black:hover {
.button.black:not([disabled]):hover {
background: #4c4c4c;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4c4c4c), to(#565656));
background: -moz-linear-gradient(#4c4c4c, #565656);