Prepare release v1.6.6

This commit is contained in:
2025-04-12 14:35:15 +01:00
parent 569ef54904
commit a58516367a
6 changed files with 122 additions and 58 deletions

View File

@ -23,6 +23,13 @@
}
/* Style for highlighting the missing plugin row */
tr.inactive.prc-highlight-missing {
tr.inactive.prc-highlight-missing,
tr.active.prc-highlight-missing {
background-color: #fff8e5 !important; /* Use !important to override default styles */
}
/* Make File Missing text bold and red */
span.error {
font-weight: bold !important;
color: #dc3232 !important;
}