mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-26 01:47:49 +02:00
Trying out radial menus for operations UI (#226)
This commit is contained in:
+22
@@ -1102,6 +1102,28 @@ div.typeahead a:first-child {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.arc-menu-item {
|
||||
fill: white;
|
||||
stroke: black;
|
||||
stroke-width: 1;
|
||||
cursor:url(../img/cursor-pointer.png) 6 1, auto;
|
||||
}
|
||||
|
||||
.arc-menu-item:hover {
|
||||
fill: #bde5aa;
|
||||
}
|
||||
|
||||
.arc-menu-item:active {
|
||||
fill: #6bc641;
|
||||
}
|
||||
|
||||
.arc-menu-item.disabled {
|
||||
cursor: auto;
|
||||
pointer-events: none;
|
||||
fill: rgba(255,255,255,.5);
|
||||
}
|
||||
|
||||
|
||||
/* Media Queries
|
||||
------------------------------------------------------- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user