Created Suppliers
This commit is contained in:
17
public/css/fixes.css
vendored
17
public/css/fixes.css
vendored
@@ -82,7 +82,6 @@ table.dataTable thead .sorting {
|
||||
|
||||
/* Fix selected item is positioned correctly */
|
||||
span.select2-selection.select2-selection--single > span.select2-selection__rendered {
|
||||
margin-top: -9px;
|
||||
margin-left: -9px;
|
||||
}
|
||||
|
||||
@@ -90,3 +89,19 @@ span.select2-selection.select2-selection--single > span.select2-selection__rende
|
||||
.select2-selection.select2-selection--single {
|
||||
height: calc(2.25rem + 2px) !important;
|
||||
}
|
||||
|
||||
/* Fix dark background nav pills */
|
||||
.card-header.bg-dark .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
|
||||
background-color: #ffffff;
|
||||
color: #343a40;
|
||||
}
|
||||
|
||||
.card-header.bg-dark .nav-pills .nav-link:hover {
|
||||
background-color: #6c757d;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-header.bg-dark .nav-pills .nav-link:not(.active):hover {
|
||||
background-color: #6c757d;
|
||||
color: #ffffff;
|
||||
}
|
Reference in New Issue
Block a user