Added colored text if a category is locked for submitting and changing category

This commit is contained in:
FlorianZahn
2021-10-11 03:49:14 +02:00
parent b927ebbbf7
commit aa8ee02277
4 changed files with 24 additions and 7 deletions

View File

@@ -559,4 +559,8 @@ input::-webkit-inner-spin-button {
border-width: 15px;
border-style: solid;
border-color: rgba(28, 28, 28, 0.7) transparent transparent transparent;
}
.SponsorBlockLockedColor {
color: #ffc83d;
}