Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHao Kung <haokung+github@gmail.com>2022-07-21 01:04:05 +0300
committerHao Kung <haokung+github@gmail.com>2022-07-21 01:04:05 +0300
commit2508d02e3feba02933ed5702253733da7c839f8d (patch)
tree596c33e02c17fd2ae73aa847ad3f338af40a91d0
parente6fbb5d513dcbec55cdcb4ac6bb42190ae4f1a7e (diff)
Undo change to box shadowhaok/focus
-rw-r--r--src/Identity/UI/src/assets/V5/css/site.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Identity/UI/src/assets/V5/css/site.css b/src/Identity/UI/src/assets/V5/css/site.css
index ecb15252c7..896506fd71 100644
--- a/src/Identity/UI/src/assets/V5/css/site.css
+++ b/src/Identity/UI/src/assets/V5/css/site.css
@@ -69,7 +69,7 @@ html {
}
.box-shadow {
- box-shadow: none;
+ box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
button.accept-policy {