X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss diff --git a/docs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss b/docs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss deleted file mode 100644 index ccb724ce..00000000 --- a/docs/resources/themes/stylesheets/ext4/default/util/_dragdrop.scss +++ /dev/null @@ -1,76 +0,0 @@ -@mixin extjs-dragdrop { - .#{$prefix}dd-drag-proxy { - - } - - .#{$prefix}dd-drag-repair { - .#{$prefix}dd-drag-ghost { - @include opacity(.6); - } - - .#{$prefix}dd-drop-icon { - display: none; - } - } - - .#{$prefix}dd-drag-ghost { - @include opacity(.85); - - padding: 5px; - padding-left: 20px; - - white-space: nowrap; - - color: #000; - font: normal ceil($font-size * .9) $font-family; - - border: 1px solid; - border-color: #ddd #bbb #bbb #ddd; - - background-color: #fff; - } - - .#{$prefix}dd-drop-icon { - position: absolute; - top: 3px; - left: 3px; - - display: block; - - width: 16px; - height: 16px; - - background-color: transparent; - background-position: center; - background-repeat: no-repeat; - - z-index: 1; - } - - .#{$prefix}view-selector { - position: absolute; - left: 0; - top: 0; - - width: 0; - - background-color: #c3daf9; - border: 1px dotted #3399bb; - - @include opacity(.5); - - zoom: 1; - } - - .#{$prefix}dd-drop-nodrop .#{$prefix}dd-drop-icon { - background-image: theme-image($theme-name, 'dd/drop-no.gif'); - } - - .#{$prefix}dd-drop-ok .#{$prefix}dd-drop-icon { - background-image: theme-image($theme-name, 'dd/drop-yes.gif'); - } - - .#{$prefix}dd-drop-ok-add .#{$prefix}dd-drop-icon { - background-image: theme-image($theme-name, 'dd/drop-add.gif'); - } -} \ No newline at end of file