Skip to content

Commit 29a2a8b

Browse files
committed
Update web static content in ASP.NET Core Web APp template
1 parent 5eb708e commit 29a2a8b

File tree

62 files changed

+28859
-20212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+28859
-20212
lines changed

Blueprints/BlueprintDefinitions/vs2026/AspNetCoreWebApp/template/src/BlueprintBaseName.1/wwwroot/css/site.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,24 @@ html {
88
}
99
}
1010

11+
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
12+
box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
13+
}
14+
1115
html {
1216
position: relative;
1317
min-height: 100%;
1418
}
1519

1620
body {
1721
margin-bottom: 60px;
22+
}
23+
24+
.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
25+
color: var(--bs-secondary-color);
26+
text-align: end;
27+
}
28+
29+
.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
30+
text-align: start;
1831
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
1+
// Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
22
// for details on configuring this project to bundle and minify static web assets.
33

44
// Write your JavaScript code.

0 commit comments

Comments
 (0)