Trying help text with color hint

This commit is contained in:
Bryan Housel
2018-02-09 17:58:06 -05:00
parent 3bd8d8d43d
commit 4e1bafc221
2 changed files with 24 additions and 13 deletions
+9
View File
@@ -1875,6 +1875,15 @@ input[type=number] {
color: #666;
font-weight: bold;
}
.restriction-help span.qualifier.allow {
color: #8cd05f;
}
.restriction-help span.qualifier.restrict {
color: #e06d5f;
}
.restriction-help span.qualifier.only {
color: #7092ff;
}
/* Changeset editor while comment text is empty */