Render restriction paths with red/green/blue shadow

This commit is contained in:
Bryan Housel
2018-02-19 21:30:47 -05:00
parent d940200ef0
commit 200098dff9
5 changed files with 146 additions and 52 deletions
+2 -2
View File
@@ -1910,10 +1910,10 @@ input[type=number] {
font-weight: bold;
}
.restriction-help span.qualifier.allow {
color: #8b5;
color: #7a4;
}
.restriction-help span.qualifier.restrict {
color: #d76;
color: #d75;
}
.restriction-help span.qualifier.only {
color: #78f;