Skip to content

Commit 45ebf96

Browse files
committed
Revert "Added Dark Mode Support for the Hint Pop-Up in the Customer Portal."
This reverts commit 70bff2e.
1 parent 70bff2e commit 45ebf96

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

WebApplication2/Customer/Pages/CustomerComponent.aspx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -437,21 +437,6 @@
437437
color: #ff0000;
438438
}
439439
440-
/* Dark mode styles for hint-popup */
441-
.dark-mode .hint-popup {
442-
background-color: #2b2b2b;
443-
border: 1px solid #555;
444-
color: #f0f0f0;
445-
}
446-
447-
.dark-mode .hint-popup .close-btn {
448-
color: #f0f0f0;
449-
}
450-
451-
.dark-mode .hint-popup .close-btn:hover {
452-
color: #ff0000;
453-
}
454-
455440
</style>
456441
</head>
457442
<body class="light-mode">

WebApplication2/Telecom_Customer_Management_System.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@
259259
<ItemGroup>
260260
<None Include="packages.config" />
261261
<Content Include="Site.Master" />
262-
<None Include="Properties\PublishProfiles\telecom-customer-app - Web Deploy.pubxml" />
263262
<None Include="Web.Debug.config">
264263
<DependentUpon>Web.config</DependentUpon>
265264
</None>

WebApplication2/Web.config

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<configuration>
77
<connectionStrings>
88
<add name="Milestone2DB_24"
9-
connectionString="Server=telecom-db-server.database.windows.net;Database=TelecomCustomerDB;User Id=power-user-yehiarasheed;Password=Ma@rgol_is#5808;"
10-
providerName="System.Data.SqlClient" />
9+
connectionString="Data Source=(localdb)\MSSQLLocalDB;Initial Catalog=Milestone2DB_24;Integrated Security=True"
10+
providerName="System.Data.SqlClient"/>
1111
</connectionStrings>
1212
<system.webServer>
1313
<defaultDocument>
@@ -19,7 +19,6 @@
1919
<system.web>
2020
<compilation debug="true" targetFramework="4.8" />
2121
<httpRuntime targetFramework="4.8" />
22-
<customErrors mode="Off"/>
2322
</system.web>
2423
<system.codedom>
2524
<compilers>

0 commit comments

Comments
 (0)