Sha256: dd2b95cb72d3f8cc9e4d0928636a3b21ece6e529ebe1dfa5a04ad512058d1393

Contents?: true

Size: 1.33 KB

Versions: 2

Compression:

Stored size: 1.33 KB

Contents

/* Generic context menu styles */

.contextMenu {
  position: absolute;
  width: 120px;
  z-index: 99999;
  border: solid 1px #cccccc;
  background: #eeeeee;
  padding: 0px;
  margin: 0px;
  display: none;
  LI {
    list-style: none;
    padding: 0px;
    margin: 0px; }
  A {
    color: #333333;
    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: white;
      background-color: #3399ff; }
    &.disabled A {
      color: #aaaaaa;
      cursor: default; }
    &.hover.disabled A {
      background-color: transparent; }
    &.separator {
      border-top: solid 1px #cccccc; }
    &.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

2 entries across 1 versions & 1 rubygems

Version Path
compass-jquery-plugin-0.3.0.beta.1 templates/jrails-1.3/jquery.ui/contextMenu.scss
compass-jquery-plugin-0.3.0.beta.1 templates/jrails-1.4/jquery.ui/contextMenu.scss