Added order position deletion; added fontawesome pro

This commit is contained in:
Frank Schubert
2022-03-31 17:05:24 +02:00
parent 35cb56dc50
commit 94b09b00a5
17870 changed files with 600844 additions and 15830 deletions
+11 -1
View File
@@ -79,7 +79,9 @@ h1, h2, h3, h4, h5, h6 {
*************************/
.navigation-menu a i {
width: 20px;
}
.container-fluid {
max-width:98%;
@@ -252,6 +254,11 @@ td.controls {
background-color: rgba(0,0,0,.075);
}
.product-container.deleted,
.product-container.deleted:hover {
background-color: #aaa;
}
.status {
border-radius: 8px;
}
@@ -360,6 +367,9 @@ td.controls {
}
.text-white {
color: #f00;
}