mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
Media Library - Fixes issue #5941
Sets the opacity of the list items in the media library to .3 when new items are loading.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.zone-content, #content, #main, #layout-content, #layout-main {
|
||||
.zone-content, #content, #main, #layout-content, #layout-main {
|
||||
height: 100%;
|
||||
display: block;
|
||||
min-height: 400px;
|
||||
@@ -155,6 +155,10 @@
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
#media-library-main-list.pending li {
|
||||
opacity:.3;
|
||||
}
|
||||
|
||||
/* Remove the space for the editor, and the scrollbar in the import page */
|
||||
#media-library-import #media-library-main-list {
|
||||
overflow-y: hidden;
|
||||
@@ -499,4 +503,4 @@ padding-right: 16px;
|
||||
.dir-rtl .media-library-main-list-overlay p {
|
||||
padding-right:inherit;
|
||||
padding-left:5px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user