mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
Trying help text with color hint
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user