Merge, rename to radial menu and remove pi

This commit is contained in:
Tom MacWright
2013-01-24 13:11:52 -05:00
7 changed files with 141 additions and 65 deletions
+22
View File
@@ -1111,6 +1111,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
------------------------------------------------------- */