Changed the UI and fixed bugs.

This commit is contained in:
Bruce
2026-01-11 15:10:55 +08:00
parent 2e6214a35a
commit 5b7b41a40c
10 changed files with 251 additions and 34 deletions

View File

@@ -30,12 +30,20 @@
}
.page .reason textarea {
background-color: rgba (255, 255, 255, 0);
background-color: rgba(255, 255, 255, 0);
color: white;
border: 2px solid white;
box-sizing: border-box;
}
.page .content .pkgsupport.support>.support {
color: rgb(84, 197, 52);
}
.page .content .pkgsupport.not-support>.not-support {
color: rgb(209, 57, 46);
}
/* App Launch List */

View File

@@ -20,6 +20,14 @@
color: #0078d7;
}
.page .content .pkgsupport.support>.support {
color: rgb(0, 138, 23);
}
.page .content .pkgsupport.not-support>.not-support {
color: rgb(236, 28, 36);
}
/* App Launch List */