datahub/wherehows-web/vendor/dagre-d3/css/jquery.contextMenu.css
2017-07-10 09:54:11 -07:00

18 lines
363 B
CSS

.context-menu {
background: rgba(245, 245, 245, 0.7);
border: 1px solid #999999;
list-style-type: none;
margin: 0;
padding: 0;
}
.context-menu a {
color: #333333;
display: block;
padding: 3px;
text-decoration: none;
}
.context-menu a:hover {
background: rgba(102, 102, 102, 0.7);
color: white;
text-decoration: none;
}