Sha256: 6060108a98577a664c365cc257461f0f9a8eef408d17338a7c51619f695e7b0e

Contents?: true

Size: 1.11 KB

Versions: 6

Compression:

Stored size: 1.11 KB

Contents

// CropRect

.@{prefix}-croprect-container {
  position: absolute;
  top: 0;
  left: 0;
}

.@{prefix}-croprect-handle {
  position: absolute;
  top: 0; left: 0;
  width: 20px; height: 20px;
  border: 2px solid white;
}

.@{prefix}-croprect-handle-nw {
  border-width: 2px 0 0 2px;
  margin: -2px 0 0 -2px;
  cursor: nw-resize;
  top: 100px; left: 100px;
}

.@{prefix}-croprect-handle-ne {
  border-width: 2px 2px 0 0;
  margin: -2px 0 0 -20px;
  cursor: ne-resize;
  top: 100px; left: 200px;
}

.@{prefix}-croprect-handle-sw {
  border-width: 0 0 2px 2px;
  margin: -20px 2px 0 -2px;
  cursor: sw-resize;
  top: 200px; left: 100px;
}

.@{prefix}-croprect-handle-se {
  border-width: 0 2px 2px 0;
  margin: -20px 0 0 -20px;
  cursor: se-resize;
  top: 200px; left: 200px;
}

.@{prefix}-croprect-handle-move {
  position: absolute;
  cursor: move;
  border: 0;
}

.@{prefix}-croprect-block {
  .opacity(@window-modalblock-opacity);
  position: absolute;
  background: black;
}

.@{prefix}-croprect-handle:focus {
  border-color: @textbox-border-focus;
}

.@{prefix}-croprect-handle-move:focus {
  outline: 1px solid @textbox-border-focus;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
trestle-tinymce-0.2.1 src/trestle/less/CropRect.less
trestle-tinymce-0.2.0 src/trestle/less/CropRect.less
trestle-tinymce-0.1.3 src/trestle/less/CropRect.less
trestle-tinymce-0.1.2 src/trestle/less/CropRect.less
trestle-tinymce-0.1.1 src/trestle/less/CropRect.less
trestle-tinymce-0.1.0 src/trestle/less/CropRect.less