mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Fix background pane tooltips
This commit is contained in:
@@ -2693,7 +2693,7 @@ img.wiki-image {
|
||||
border-bottom-color: #000;
|
||||
}
|
||||
|
||||
.map-overlay .tooltip.left .tooltip-arrow
|
||||
.map-overlay .tooltip.left .tooltip-arrow,
|
||||
.entity-editor-pane .tooltip.left .tooltip-arrow {
|
||||
border-left-color: #000;
|
||||
}
|
||||
|
||||
@@ -209,7 +209,7 @@ iD.ui.Background = function(context) {
|
||||
.on('click.set-opacity', setOpacity)
|
||||
.html('<div class="select-box"></div>')
|
||||
.call(bootstrap.tooltip()
|
||||
.placement('top'))
|
||||
.placement('left'))
|
||||
.append('div')
|
||||
.attr('class', 'opacity')
|
||||
.style('opacity', String);
|
||||
@@ -272,7 +272,7 @@ iD.ui.Background = function(context) {
|
||||
label = gpxLayerItem.append('label')
|
||||
.call(bootstrap.tooltip()
|
||||
.title(t('gpx.drag_drop'))
|
||||
.placement('left'));
|
||||
.placement('top'));
|
||||
|
||||
label.append('input')
|
||||
.attr('type', 'checkbox')
|
||||
|
||||
Reference in New Issue
Block a user