Added order position deletion; added fontawesome pro
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user