Sha256: 7457df897bda1335a9e374df4e80134eaa158e3dbb06cc8effac817734620f85
Contents?: true
Size: 1.36 KB
Versions: 14
Compression:
Stored size: 1.36 KB
Contents
/* Generic context menu styles */ .contextMenu { position: absolute; width: 120px; z-index: 99999; border: solid 1px #CCC; background: #EEE; padding: 0px; margin: 0px; display: none; LI { list-style: none; padding: 0px; margin: 0px; } A { color: #333; text-decoration: none; display: block; line-height: 20px; height: 20px; background-position: 6px center; background-repeat: no-repeat; outline: none; padding: 1px 5px; padding-left: 28px; } LI { &.hover A { color: #FFF; background-color: #3399FF; } &.disabled A { color: #AAA; cursor: default; } &.hover.disabled A { background-color: transparent; } &.separator { border-top: solid 1px #CCC; } &.edit A { background-image: image_url("jquery.ui/contextMenu/page_white_edit.png"); } &.cut A { background-image: image_url("jquery.ui/contextMenu/cut.png"); } &.copy A { background-image: image_url("jquery.ui/contextMenu/page_white_copy.png"); } &.paste A { background-image: image_url("jquery.ui/contextMenu/page_white_paste.png"); } &.delete A { background-image: image_url("jquery.ui/contextMenu/page_white_delete.png"); } &.quit A { background-image: image_url("jquery.ui/contextMenu/door.png"); } } }
Version data entries
14 entries across 12 versions & 1 rubygems