mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Adjust color for better visibility
This commit is contained in:
@@ -276,18 +276,15 @@ g.turn circle {
|
||||
}
|
||||
.surface.tr path.shadow.related.allow,
|
||||
.surface.tr g.vertex.related.allow .shadow {
|
||||
stroke: #7a4;
|
||||
/*stroke: #8cd05f;*/
|
||||
stroke: #5b3;
|
||||
}
|
||||
.surface.tr path.shadow.related.restrict,
|
||||
.surface.tr g.vertex.related.restrict .shadow {
|
||||
stroke: #d75;
|
||||
/*stroke: #e06d5f;*/
|
||||
stroke: #d53;
|
||||
}
|
||||
.surface.tr path.shadow.related.only,
|
||||
.surface.tr g.vertex.related.only .shadow {
|
||||
stroke: #78f;
|
||||
/*stroke: #7092ff;*/
|
||||
stroke: #68f;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1910,10 +1910,10 @@ input[type=number] {
|
||||
font-weight: bold;
|
||||
}
|
||||
.restriction-help span.qualifier.allow {
|
||||
color: #7a4;
|
||||
color: #8b5;
|
||||
}
|
||||
.restriction-help span.qualifier.restrict {
|
||||
color: #d75;
|
||||
color: #d53;
|
||||
}
|
||||
.restriction-help span.qualifier.only {
|
||||
color: #78f;
|
||||
|
||||
Reference in New Issue
Block a user