WIP button functionality (download, delete)

This commit is contained in:
FinnHornhoover
2023-09-19 00:49:31 +03:00
parent ec0fc87dcd
commit 01e329e621
7 changed files with 36039 additions and 26 deletions

View File

@@ -80,6 +80,11 @@ body {
background-repeat: repeat;
}
.btn-warning {
background-image: url("../../assets/img/btn-warning-bg.png");
background-repeat: repeat;
}
#of-aboutmodal > .modal-dialog > .modal-content {
background-color: #093363;
border-color: #6699ff;
@@ -105,6 +110,11 @@ body {
border-color: #6699ff;
}
#of-editcacheconfigmodal > .modal-dialog > .modal-content {
background-color: #093363;
border-color: #6699ff;
}
.form-control,
.form-control:focus {
border-color: #0099ff;