1
0

Add styles for needs-relocation and warning-icon classes in settings.html

This commit is contained in:
2025-05-25 03:13:54 +02:00
parent 49e40a72e3
commit 687e6fe3dc

View File

@@ -141,6 +141,18 @@
background: #f8fafc;
color: #334155;
}
.needs-relocation {
opacity: 0.4;
filter: grayscale(0.8);
/* oder: color: #aaa; oder wie du magst */
}
.warning-icon {
margin-left: 8px;
color: #eab308; /* schönes gelb/orange */
font-size: 1.2em;
vertical-align: middle;
}
</style>
<script>
window.addEventListener('DOMContentLoaded', async () => {