Improve #rcmdraglayer element

pull/5742/merge
Aleksander Machniak 7 years ago
parent 1ffd2aa7ca
commit 1025724e52

@ -81,7 +81,8 @@
// Drag-n-drop layer // Drag-n-drop layer
@color-drag-layer: #fff; @color-drag-layer: #fff;
@color-drag-layer-background: #444; @color-drag-layer-background: @color-taskmenu-background;
@color-drag-layer-shadow: #eee;
// Messages // Messages

@ -28,13 +28,20 @@ font.bold {
#rcmdraglayer { #rcmdraglayer {
min-width: 260px; min-width: 260px;
width: auto !important;
width: 260px; width: 260px;
background: @color-drag-layer-background; background-color: @color-drag-layer-background;
z-index: 250;
color: @color-drag-layer; color: @color-drag-layer;
white-space: nowrap; box-shadow: 3px 3px 5px @color-drag-layer-shadow;
border-radius: .3rem;
z-index: 250;
opacity: .92; opacity: .92;
padding: .5rem;
white-space: nowrap;
div {
line-height: 1.6em;
.overflow-ellipsis;
}
} }
.frame-content { .frame-content {

Loading…
Cancel
Save