File tree Expand file tree Collapse file tree 3 files changed +2
-19
lines changed Expand file tree Collapse file tree 3 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 437
437
color : #ff0000 ;
438
438
}
439
439
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
-
455
440
</style >
456
441
</head >
457
442
<body class =" light-mode" >
Original file line number Diff line number Diff line change 259
259
<ItemGroup >
260
260
<None Include =" packages.config" />
261
261
<Content Include =" Site.Master" />
262
- <None Include =" Properties\PublishProfiles\telecom-customer-app - Web Deploy.pubxml" />
263
262
<None Include =" Web.Debug.config" >
264
263
<DependentUpon >Web.config</DependentUpon >
265
264
</None >
Original file line number Diff line number Diff line change 6
6
<configuration >
7
7
<connectionStrings >
8
8
<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" />
11
11
</connectionStrings >
12
12
<system .webServer>
13
13
<defaultDocument >
19
19
<system .web>
20
20
<compilation debug =" true" targetFramework =" 4.8" />
21
21
<httpRuntime targetFramework =" 4.8" />
22
- <customErrors mode =" Off" />
23
22
</system .web>
24
23
<system .codedom>
25
24
<compilers >
You can’t perform that action at this time.
0 commit comments