mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
First shot at tooltips cc @samanbb
This commit is contained in:
+12
-3
@@ -1044,7 +1044,16 @@ div.typeahead a:first-child {
|
||||
}
|
||||
|
||||
.Browse .tooltip .tooltip-arrow {
|
||||
left: 30px;
|
||||
}
|
||||
|
||||
left: 30px;
|
||||
}
|
||||
|
||||
.mouse-tooltip {
|
||||
opacity:0.5;
|
||||
background :#fff;
|
||||
margin-left: 20px;
|
||||
margin-top: -15px;
|
||||
padding:5px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user