Adjust text hint colors, change "Continue" to "Straight on"

This commit is contained in:
Bryan Housel
2018-02-09 23:12:02 -05:00
parent 957896656a
commit ca9aac501b
2 changed files with 8 additions and 11 deletions
+4 -3
View File
@@ -1841,6 +1841,7 @@ input[type=number] {
}
.restriction-detail input {
width: 60px;
margin: 0px 10px;
vertical-align: middle;
}
@@ -1876,13 +1877,13 @@ input[type=number] {
font-weight: bold;
}
.restriction-help span.qualifier.allow {
color: #8cd05f;
color: #8b5;
}
.restriction-help span.qualifier.restrict {
color: #e06d5f;
color: #d76;
}
.restriction-help span.qualifier.only {
color: #7092ff;
color: #78f;
}
/* Changeset editor while comment text is empty */