mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
Improve the add-note icon in help, minor changes to help text
This commit is contained in:
@@ -20,16 +20,19 @@
|
||||
.layer-notes .note .note-fill {
|
||||
color: #ff3300;
|
||||
stroke: #333;
|
||||
stroke-width: 40px;
|
||||
}
|
||||
.note-header-icon.new .note-fill,
|
||||
.layer-notes .note.new .note-fill {
|
||||
color: #ffee00;
|
||||
stroke: #333;
|
||||
stroke-width: 40px;
|
||||
}
|
||||
.note-header-icon.closed .note-fill,
|
||||
.layer-notes .note.closed .note-fill {
|
||||
color: #55dd00;
|
||||
stroke: #333;
|
||||
stroke-width: 40px;
|
||||
}
|
||||
|
||||
/* slight adjustments to preset icon for note icons */
|
||||
|
||||
+11
-2
@@ -588,19 +588,28 @@ button.save.has-count .count::before {
|
||||
right: -6px;
|
||||
}
|
||||
|
||||
.help-wrap svg.icon.pre-text.add-note,
|
||||
button.add-note svg.icon {
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
color: rgba(0,0,0,0.25);
|
||||
stroke-width: 60;
|
||||
stroke: black;
|
||||
stroke: #333;
|
||||
stroke-width: 60px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
button.add-note svg.icon {
|
||||
margin-left: unset;
|
||||
margin-right: 7px;
|
||||
}
|
||||
[dir='rtl'] button.add-note svg.icon {
|
||||
margin-left: 7px;
|
||||
margin-right: unset;
|
||||
}
|
||||
.help-wrap svg.icon.pre-text.add-note {
|
||||
margin-left: 3px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
|
||||
/* Icons */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user