mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 00:07:03 +02:00
Rename tooltip to tail, use tail in modes.
This commit is contained in:
+4
-5
@@ -1047,12 +1047,11 @@ div.typeahead a:first-child {
|
||||
left: 30px;
|
||||
}
|
||||
|
||||
.mouse-tooltip {
|
||||
opacity:0.5;
|
||||
background :#fff;
|
||||
margin-left: 20px;
|
||||
.tail {
|
||||
position: absolute;
|
||||
background: rgba(255, 255, 255, 0.7);
|
||||
margin-top: -15px;
|
||||
padding:5px;
|
||||
padding: 5px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
|
||||
Reference in New Issue
Block a user