mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Improve the look of the Add Note button icon
This commit is contained in:
@@ -588,6 +588,20 @@ button.save.has-count .count::before {
|
||||
right: -6px;
|
||||
}
|
||||
|
||||
button.add-note svg.icon {
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
color: rgba(0,0,0,0.25);
|
||||
stroke-width: 60;
|
||||
stroke: black;
|
||||
margin-top: 3px;
|
||||
margin-right: 7px;
|
||||
}
|
||||
[dir='rtl'] button.add-note svg.icon {
|
||||
margin-left: 7px;
|
||||
margin-right: unset;
|
||||
}
|
||||
|
||||
/* Icons */
|
||||
|
||||
.icon {
|
||||
|
||||
Reference in New Issue
Block a user