diff --git a/Customers/CustomerIndex.aspx b/Customers/CustomerIndex.aspx index 18ca28c..00a8e0f 100644 --- a/Customers/CustomerIndex.aspx +++ b/Customers/CustomerIndex.aspx @@ -28,7 +28,7 @@ } .btn btn-primary{ color: #043381; - background-color: #fff; + background-color: #fff; } #tableSearch{ width:1250px; diff --git a/Customers/Customers.master b/Customers/Customers.master index 7428c66..ed02ac2 100644 --- a/Customers/Customers.master +++ b/Customers/Customers.master @@ -174,7 +174,14 @@ ContentPlaceHolder1{ width:2048px; } - + .btn btn-primary{ + color:#fff; + background-color:#043381; + } + .btn btn-primary:hover{ + color:#043381; + background-color:#fff; + } @media (max-width: 575px){ table { border-collapse: collapse; @@ -227,7 +234,7 @@ } #butclose{ transform:translateX(-50%); - } + } } @media (min-width: 575px) { #offcanvasWithBothOptions { @@ -305,6 +312,7 @@ background-image: linear-gradient(to right, #003680 , #0055cc); color:#fff; } + @@ -440,9 +448,9 @@
@@ -473,7 +481,7 @@ @@ -493,11 +501,10 @@ @@ -599,7 +606,7 @@ -
  • +
  • diff --git a/images/Icons/main/Logout.svg.png b/images/Icons/main/Logout.svg.png new file mode 100644 index 0000000..2a2f56d Binary files /dev/null and b/images/Icons/main/Logout.svg.png differ