Files
webthink/menu.css
2017-02-07 20:13:14 +00:00

116 lines
2.1 KiB
CSS

div.menuBarMenu {
position:absolute;
background:#AB934B;
border:1px #000000 solid;
z-index:100;
}
div.contextMenu {
position:absolute;
background:#FFFFFF;
border:1px #000000 solid;
z-index:100;
cursor:default;
}
div.contextMenuItem {
font-weight:bold;
border:1px #000000 solid;
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
position:inherit;
text-align:left;
white-space:nowrap;
width:100%;
height:100%;
background:#eeeeee;
color:#000000;
cursor:pointer;
}
div.ContextMenuItem:hover {
background: #37add4;
}
div.nodeIconMenuItem {
font-weight:bold;
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
position:inherit;
text-align:left;
white-space:nowrap;
width:100%;
height:100%;
background:#eeeeee;
color:#000000;
cursor:pointer;
}
div.nodeIconMenuItem:hover {
background: #37add4;
}
div.nodeContextMenu {
border:1px #000000 solid;
position:absolute;
background:#FFFFFF;
border:1px #000000 solid;
z-index:100;
cursor:default;
}
div.nodeContextMenuItem {
font-weight:bold;
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
border:1px #000000 solid;
position:inherit;
text-align:left;
white-space:nowrap;
width:54px;
background:#eeeeee;
color:#000000;
cursor:pointer;
}
div.nodeContextMenuItem:hover {
background: #37add4;
}
div.menuBarRootItem {
font-weight:bold;
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
border:1px #000000 solid;
position:inherit;
text-align:left;
white-space:nowrap;
width:55px;
background:#eeeeee;
color:#000000;
cursor:pointer;
}
div.menuBarRootItem:hover {
background: #37add4;
}
div.menuBarSubItem {
font-weight:bold;
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
border:1px #000000 solid;
position:inherit;
text-align:left;
white-space:nowrap;
width:150px;
background:#eeeeee;
color:#000000;
cursor:pointer;
}
div.menuBarSubItem:hover {
background: #37add4;
}
div.contextMenuItemRed {
font-weight:bold;
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
border:1px #000000 solid;
position:inherit;
background:#FF0000;
color:#000000;
cursor:pointer;
}
div.contextMenuItemRed:hover {
background: #37add4;
}