Spaces:
No application file
No application file
File size: 517 Bytes
d2897cd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
@import "../../../CoreBundle/Assets/builder/builder.less";
.dropdown.slideshow-options {
position: absolute;
top: 0;
left: 0;
}
#slideshow-options {
opacity: 0.7;
}
#filemanager_iframe {
width: 100%;
height: 500px;
}
.file-manager-toggle {
margin-top: 24px;
}
.stroked, .stroked:hover, .stroked:focus {
text-decoration: line-through;
}
.ui-placeholder-highlight {
border: 2px dashed #999;
background: #ccc;
}
.ui-placeholder-highlight .fa-arrow-right {
position: relative;
left: -30px;
} |