mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
arc-menu -> radial-menu
This commit is contained in:
+4
-4
@@ -1115,22 +1115,22 @@ div.typeahead a:first-child {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.arc-menu-item {
|
||||
.radial-menu-item {
|
||||
fill: white;
|
||||
stroke: black;
|
||||
stroke-width: 1;
|
||||
cursor:url(../img/cursor-pointer.png) 6 1, auto;
|
||||
}
|
||||
|
||||
.arc-menu-item:hover {
|
||||
.radial-menu-item:hover {
|
||||
fill: #bde5aa;
|
||||
}
|
||||
|
||||
.arc-menu-item:active {
|
||||
.radial-menu-item:active {
|
||||
fill: #6bc641;
|
||||
}
|
||||
|
||||
.arc-menu-item.disabled {
|
||||
.radial-menu-item.disabled {
|
||||
cursor: auto;
|
||||
pointer-events: none;
|
||||
fill: rgba(255,255,255,.5);
|
||||
|
||||
Reference in New Issue
Block a user