Popup for delete button attached

This commit is contained in:
Soumya Himanish Mohapatra 2018-01-09 20:56:27 +05:30
parent 4f1ccf83c8
commit 910cde4380
2 changed files with 22 additions and 16 deletions

View file

@ -636,6 +636,11 @@ tbody {
color: #313131;
}
#deletePopup {
position: relative;
bottom: 50px;
}
#delete-file:hover {
background: #efeff1;
}