mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
Fix social buttons (fixes #1690)
This commit is contained in:
+3
-3
@@ -2280,15 +2280,15 @@ img.wiki-image {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.save-success .osm:before {
|
||||
.save-success .button.osm:before {
|
||||
background-position: 0px -220px;
|
||||
}
|
||||
|
||||
.save-success .twitter:before {
|
||||
.save-success .button.twitter:before {
|
||||
background-position: -100px -220px;
|
||||
}
|
||||
|
||||
.save-success .facebook:before {
|
||||
.save-success .button.facebook:before {
|
||||
background-position: -200px -220px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user