arc-menu -> radial-menu

This commit is contained in:
John Firebaugh
2013-01-25 12:00:16 -05:00
parent e287367893
commit e64c78ae1b
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -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);