mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
Fix what's new tooltip placement
This commit is contained in:
+18
-1
@@ -3247,7 +3247,7 @@ img.tile-removing {
|
||||
}
|
||||
|
||||
.tooltip.in {
|
||||
opacity: 0.8;
|
||||
opacity: 0.9;
|
||||
z-index: 1030;
|
||||
height: auto;
|
||||
display: block;
|
||||
@@ -3450,6 +3450,23 @@ img.tile-removing {
|
||||
right: 60px;
|
||||
}
|
||||
|
||||
.badge .tooltip {
|
||||
left: auto !important;
|
||||
right: 5px !important;
|
||||
}
|
||||
[dir='rtl'] .badge .tooltip {
|
||||
left: 5px !important;
|
||||
right: auto !important;
|
||||
}
|
||||
.badge .tooltip .tooltip-arrow {
|
||||
right: 15px !important;
|
||||
left: auto !important;
|
||||
}
|
||||
[dir='rtl'] .badge .tooltip .tooltip-arrow {
|
||||
left: 15px !important;
|
||||
right: auto !important;
|
||||
}
|
||||
|
||||
|
||||
/* radial menu (deprecated) */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user