created generic confirmation dialog control and implemented in File Management module

This commit is contained in:
Shaun Walker
2019-10-24 14:59:15 -04:00
parent 414935dc58
commit b3e010d5e2
7 changed files with 88 additions and 21 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 MiB

View File

@ -44,6 +44,7 @@ app {
z-index: 9999; /* Sit on top */
left: 0;
top: 0;
display: block;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
@ -90,4 +91,4 @@ app {
color: gray;
height: 1px;
background-color: gray;
}
}