Trying out radial menus for operations UI (#226)

This commit is contained in:
John Firebaugh
2013-01-23 15:30:19 -05:00
parent 72618574f3
commit d6d1709e7b
6 changed files with 141 additions and 57 deletions
+22
View File
@@ -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
------------------------------------------------------- */