Advertisement
27GRiS

jquery.contextmenu.css

Jan 31st, 2014
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.57 KB | None | 0 0
  1. .contextMenuPlugin {
  2.   -webkit-user-select: none;
  3.   display: none;
  4.   font-size: 21px;
  5.   position: absolute;
  6.   left: 100px;
  7.   top: 100px;
  8.   min-width: 100px;
  9.   list-style-type: none;
  10.   margin: 0;
  11.   padding: 0;
  12.   background-color: #9100ff;
  13.   box-shadow: 0px 6px 0px #59009d;
  14. }
  15.  
  16. .contextMenuPlugin > li {
  17.   margin: 0 0 0 0;
  18.   padding: 1px;
  19.   background-repeat: no-repeat;
  20. }
  21.  
  22. .contextMenuPlugin > li > a {
  23.   position: relative;
  24.   display: block;
  25.   padding: 3px 3px 3px 28px;
  26.   color: ButtonText;
  27.   text-decoration: none;
  28.   //margin: 1px;
  29.   text-align: center;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement