webgme
Version:
Web-based Generic Modeling Environment
32 lines (31 loc) • 746 B
CSS
/*
* Copyright (C) 2013 Vanderbilt University, All rights reserved.
*
* Author: Robert Kereskenyi
*/
#context-menu-layer {
position: absolute;
z-index: 1000;
top: 0;
left: 0;
opacity: 0;
background-color: black;
display: block;
width: 100%;
height: 100%; }
#context-menu {
position: absolute;
display: none;
z-index: 1000; }
#context-menu .dropdown-menu {
display: block; }
#context-menu .dropdown-menu a {
font-size: 14px; }
#context-menu .dropdown-menu a i.fa.fa-ellipsis-h {
padding-left: 1px;
padding-right: 3px; }
#context-menu .dropdown-menu a i.fa.fa-ellipsis-v {
padding-left: 5px;
padding-right: 7px; }
#context-menu.show {
display: block; }