diff --git a/Customers/Customers.master b/Customers/Customers.master
index b96f2eb..b606379 100644
--- a/Customers/Customers.master
+++ b/Customers/Customers.master
@@ -221,10 +221,7 @@
background-color: #fff;
color:#043381;
}
- .modal-header{
- background-image: linear-gradient(to right, #003680 , #0055cc);
- color:#fff;
- }
+
.modal-footer{
width:40%;
}
@@ -233,10 +230,14 @@
}
.modal-body{
/* background-color:#043381;*/
- background-image: linear-gradient(to right, #003680 , #0055cc);
- color:#fff;
+ background-color:#fff;
+ color:#043381;
width:40%;
}
+ .modal-header{
+ background-image: linear-gradient(to right, #003680 , #0055cc);
+ color:#fff;
+ }
#Image1{
width:40%;
height:40%;
@@ -511,14 +512,14 @@
+
-
+
diff --git a/bootstrap-5.0.2-dist/css/bootstrap.css b/bootstrap-5.0.2-dist/css/bootstrap.css
index 8aecf42..c61bb9f 100644
--- a/bootstrap-5.0.2-dist/css/bootstrap.css
+++ b/bootstrap-5.0.2-dist/css/bootstrap.css
@@ -1986,20 +1986,23 @@ progress {
}
.table-hover > tbody > tr:hover {
- --bs-table-accent-bg: var(--bs-table-hover-bg);
- color: var(--bs-table-hover-color);
+ --bs-table-accent-bg: var(--bs-table-hover-bg);
+ color: var(--bs-table-hover-color);
+ --bs-table-hover-color: #fff;
}
+
.table-primary {
--bs-table-bg: #cfe2ff;
--bs-table-striped-bg: #c5d7f2;
--bs-table-striped-color: #000;
--bs-table-active-bg: #bacbe6;
--bs-table-active-color: #000;
- --bs-table-hover-bg: /* #080782;*/ ##043381;
- color: #000;
+ --bs-table-hover-bg: /* #080782;*/ #043381;
+ --bs-table-hover-color: #fff;
+ color: #fff;
border-color: #bacbe6;
-
+}
.table-secondary {
--bs-table-bg: #e2e3e5;
--bs-table-striped-bg: #d7d8da;
diff --git a/bootstrap-5.0.2-dist/css/bootstrap.min.css b/bootstrap-5.0.2-dist/css/bootstrap.min.css
index 16f5feb..1f59517 100644
--- a/bootstrap-5.0.2-dist/css/bootstrap.min.css
+++ b/bootstrap-5.0.2-dist/css/bootstrap.min.css
@@ -45,7 +45,19 @@
color: #212529;
vertical-align: top;
border-color: #dee2e6
-}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}
+}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}
+ .table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}
+.table-primary {
+ --bs-table-bg: #cfe2ff;
+ --bs-table-striped-bg: #c5d7f2;
+ --bs-table-striped-color: #000;
+ --bs-table-active-bg: #bacbe6;
+ --bs-table-active-color: #000;
+ --bs-table-hover-bg: /*#bfd1ec*/ #043381;
+ --bs-table-hover-color: /*#000*/#fff;
+ color: #000;
+ border-color: #bacbe6
+}
.table-secondary {
--bs-table-bg: #e2e3e5;
--bs-table-striped-bg: #d7d8da;
diff --git a/css/navbarsidebar 2.css b/css/navbarsidebar 2.css
index 893af60..ac800a8 100644
--- a/css/navbarsidebar 2.css
+++ b/css/navbarsidebar 2.css
@@ -941,7 +941,7 @@ a:focus {
}
.dropdown, .dropend, .dropstart, .dropup {
- position: relative
+ position: relativetable table-hover
}
.dropdown-toggle {