Fix operation windows
This commit is contained in:
@@ -30,7 +30,6 @@ label[for="fileUpload"]{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.window{
|
.window{
|
||||||
|
|
||||||
width:15rem;
|
width:15rem;
|
||||||
background-color: whitesmoke;
|
background-color: whitesmoke;
|
||||||
padding:1em;
|
padding:1em;
|
||||||
@@ -125,6 +124,9 @@ label[for="fileUpload"]{
|
|||||||
float:right;
|
float:right;
|
||||||
padding-right:1em;
|
padding-right:1em;
|
||||||
}
|
}
|
||||||
|
.file-buttons:active{
|
||||||
|
color:green;
|
||||||
|
}
|
||||||
.icon-tabs .file-download-button,.icon-tabs .file-rename-button{
|
.icon-tabs .file-download-button,.icon-tabs .file-rename-button{
|
||||||
margin-left:0.5em;
|
margin-left:0.5em;
|
||||||
}
|
}
|
||||||
|
@@ -38,7 +38,6 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>File Name</td>
|
<td>File Name</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="files-table">
|
<tbody id="files-table">
|
||||||
@@ -58,11 +57,10 @@
|
|||||||
Select file
|
Select file
|
||||||
</span>
|
</span>
|
||||||
<span class="icon-tabs">
|
<span class="icon-tabs">
|
||||||
<span class="file-download-percent"></span>
|
<span class="file-buttons file-download-button" alt="Download">
|
||||||
<span class="file-download-button" alt="Download">
|
|
||||||
<span class="fas fa-file-download"></span>
|
<span class="fas fa-file-download"></span>
|
||||||
</span>
|
</span>
|
||||||
<span class="file-rename-button" alt="Rename">
|
<span class="file-buttons file-rename-button" alt="Rename">
|
||||||
<span class="fas fa-file-export"></span>
|
<span class="fas fa-file-export"></span>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user