Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .contextMenuPlugin {
- -webkit-user-select: none;
- display: none;
- font-size: 21px;
- position: absolute;
- left: 100px;
- top: 100px;
- min-width: 100px;
- list-style-type: none;
- margin: 0;
- padding: 0;
- background-color: #9100ff;
- box-shadow: 0px 6px 0px #59009d;
- }
- .contextMenuPlugin > li {
- margin: 0 0 0 0;
- padding: 1px;
- background-repeat: no-repeat;
- }
- .contextMenuPlugin > li > a {
- position: relative;
- display: block;
- padding: 3px 3px 3px 28px;
- color: ButtonText;
- text-decoration: none;
- //margin: 1px;
- text-align: center;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement