File tree 3 files changed +19
-2
lines changed
3 files changed +19
-2
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
+
440
455
</style >
441
456
</head >
442
457
<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" />
262
263
<None Include =" Web.Debug.config" >
263
264
<DependentUpon >Web.config</DependentUpon >
264
265
</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 =" Data Source=(localdb)\MSSQLLocalDB;Initial Catalog=Milestone2DB_24;Integrated Security=True "
10
- providerName =" System.Data.SqlClient" />
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" />
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" />
22
23
</system .web>
23
24
<system .codedom>
24
25
<compilers >
You can’t perform that action at this time.
0 commit comments