Add styles for needs-relocation and warning-icon classes in settings.html
This commit is contained in:
@@ -141,6 +141,18 @@
|
|||||||
background: #f8fafc;
|
background: #f8fafc;
|
||||||
color: #334155;
|
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>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
window.addEventListener('DOMContentLoaded', async () => {
|
window.addEventListener('DOMContentLoaded', async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user