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

Version Path
compass-jquery-plugin-0.3.0.beta.22 templates/jrails/jquery.ui/contextMenu.scss
compass-jquery-plugin-0.3.0.beta.21 templates/jrails/jquery.ui/contextMenu.scss
compass-jquery-plugin-0.3.0.beta.20 templates/jrails/jquery.ui/contextMenu.scss
compass-jquery-plugin-0.3.0.beta.19 templates/jrails/jquery.ui/contextMenu.scss
compass-jquery-plugin-0.3.0.beta.18 templates/jrails/jquery.ui/contextMenu.scss
compass-jquery-plugin-0.3.0.beta.17 templates/jrails/jquery.ui/contextMenu.scss
compass-jquery-plugin-0.3.0.beta.16 templates/jrails/jquery.ui/contextMenu.scss
compass-jquery-plugin-0.3.0.beta.14 templates/jrails/jquery.ui/contextMenu.scss
compass-jquery-plugin-0.3.0.beta.13 templates/jrails/jquery.ui/contextMenu.scss
compass-jquery-plugin-0.3.0.beta.10 templates/jrails/jquery.ui/contextMenu.scss
compass-jquery-plugin-0.3.0.beta.5 templates/jrails-1.3/jquery.ui/contextMenu.scss
compass-jquery-plugin-0.3.0.beta.5 templates/jrails-1.4/jquery.ui/contextMenu.scss
compass-jquery-plugin-0.3.0.beta.4 templates/jrails-1.4/jquery.ui/contextMenu.scss
compass-jquery-plugin-0.3.0.beta.4 templates/jrails-1.3/jquery.ui/contextMenu.scss