1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-25 23:36:29 +02:00

Fixed visibility of drag-n-drop message. Media-manager "Files" tab fixed.

This commit is contained in:
Cameron
2021-02-07 13:26:36 -08:00
parent 7698773f0e
commit 62815a965a
2 changed files with 10 additions and 22 deletions

View File

@@ -336,7 +336,7 @@ td .mediaselector-multi .mediaselector-container { margin-bottom: 20px }
display: block;
margin-top: 35%;
text-align: center;
opacity: 0.2;
opacity: 0.5;
}
.dz-drag-hover { outline:2px dotted silver }