Browse Source

studio : improved remove sound from timeline visibility #452

Bachir Soussi Chiadmi 6 years ago
parent
commit
0a2d25bbd6

File diff suppressed because it is too large
+ 0 - 0
sites/all/themes/custom/edlptheme/assets/dist/img/trash.svg


File diff suppressed because it is too large
+ 0 - 0
sites/all/themes/custom/edlptheme/assets/dist/styles/app.min.css


File diff suppressed because it is too large
+ 43 - 0
sites/all/themes/custom/edlptheme/assets/img/trash.svg


+ 11 - 4
sites/all/themes/custom/edlptheme/assets/styles/app.scss

@@ -1363,11 +1363,18 @@ main[role="main"]{
 
           .remove-drop-zone{
             position: absolute;
-            top:0; left:0; width:100%; height:45%;
+            top:0; left:0; width:100%; height:15%;
             z-index: 150;
-            // &.ui-droppable-hover{
-            //   background-color: red;
-            // }
+            border-radius: 5px;
+            border: 1px dotted rgb(193, 193, 193);
+            background-image: url('../img/trash.svg');
+            background-repeat: no-repeat;
+            background-position: right bottom;
+            background-size: contain;
+            &.ui-droppable-hover{
+              background-color: rgb(241, 240, 240);
+              // background-color: red;
+            }
           }
         }
         >.actions{

Some files were not shown because too many files changed in this diff