Sha256: 1ec55d458f42c51c94cbe257c2d307a97996b27562fead1df95f90ef6adc5bba

Contents?: true

Size: 1.45 KB

Versions: 5

Compression:

Stored size: 1.45 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; }
    &.new A {
      background-image: image_url("jquery/ui/contextMenu/page_white_new.png"); }
    &.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

5 entries across 5 versions & 1 rubygems

Version Path
compass-jquery-plugin-0.3.2.3 templates/jquery/jquery/ui/contextMenu.scss
compass-jquery-plugin-0.3.2.2 templates/jquery/jquery/ui/contextMenu.scss
compass-jquery-plugin-0.3.2.1 templates/jquery/jquery/ui/contextMenu.scss
compass-jquery-plugin-0.3.2.0 templates/jquery/jquery/ui/contextMenu.scss
compass-jquery-plugin-0.3.2.pre.2 templates/jquery/jquery/ui/contextMenu.scss