-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
356 changed files
with
32,960 additions
and
82,906 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/OrchardCore.Modules/OrchardCore.Admin/Views/AdminBranding.cshtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
@inject IOptions<AdminOptions> AdminOptions | ||
<link asp-src="~/OrchardCore.Admin/favicon.ico" type="image/x-icon" rel="shortcut icon" /> | ||
|
||
<a class="ta-navbar-brand" href="@Url.Content("~/" + AdminOptions.Value.AdminUrlPrefix)"> | ||
<a class="ta-navbar-brand navbar-brand" href="@Url.Content("~/" + AdminOptions.Value.AdminUrlPrefix)"> | ||
<div class="d-flex align-items-center"> | ||
<img src="@Url.Content("~/OrchardCore.Admin/logo.png")" alt="@Site.SiteName" /> | ||
<img src="@Url.Content("~/OrchardCore.Admin/logo.png")" alt="@Site.SiteName" class="pe-2" /> | ||
<span>@Site.SiteName</span> | ||
</div> | ||
</a> |
2 changes: 1 addition & 1 deletion
2
src/OrchardCore.Modules/OrchardCore.Admin/Views/AdminDashboard.cshtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div class="alert alert-success"> | ||
<div class="alert alert-primary"> | ||
<h4>@T["Welcome to Orchard Core"]</h4> | ||
<p>@T["Feel free to browse the menu and discover all its possibilities."]</p> | ||
</div> |
8 changes: 4 additions & 4 deletions
8
src/OrchardCore.Modules/OrchardCore.Admin/Views/AdminSettings.Edit.cshtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
src/OrchardCore.Modules/OrchardCore.Admin/Views/NavigationItemText-admin.Id.cshtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
<span class="icon"><i class="fa-solid fa-tachometer" aria-hidden="true"></i></span><span class="title">@T["Admin"]</span> | ||
<span class="icon"> | ||
<i class="fa-solid fa-tachometer" aria-hidden="true"></i> | ||
</span> | ||
<span class="title">@T["Admin"]</span> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 24 additions & 18 deletions
42
src/OrchardCore.Modules/OrchardCore.AdminDashboard/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/OrchardCore.Modules/OrchardCore.AdminDashboard/wwwroot/Styles/dashboard.min.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
62 changes: 13 additions & 49 deletions
62
src/OrchardCore.Modules/OrchardCore.AdminMenu/Assets/scss/admin-menu-icon-picker.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,21 @@ | ||
:root[data-theme='default'] { | ||
@import "fontawesome-iconpicker"; | ||
|
||
@import "../../../../OrchardCore.Themes/TheAdmin/Assets/scss/modules/theme/default/_variables.scss"; | ||
@import "../../node_modules/bootstrap/scss/functions"; | ||
@import "../../node_modules/bootstrap/scss/variables"; | ||
#iconPickerModal { | ||
|
||
#iconPickerModal { | ||
|
||
.iconpicker-popover.popover { | ||
width: 100%; | ||
border: none; | ||
} | ||
|
||
.iconpicker-items { | ||
min-height: 258px; | ||
} | ||
|
||
.iconpicker-item { | ||
background-color: $body-bg; | ||
} | ||
} | ||
|
||
.remove-icon, .sample-icon { | ||
width: 40px; | ||
.iconpicker-item { | ||
background-color: var(--bs-body-bg, #fff); | ||
} | ||
|
||
@import "fontawesome-iconpicker.scss"; | ||
} | ||
|
||
:root[data-theme='darkmode'] { | ||
|
||
@import "../../../../OrchardCore.Themes/TheAdmin/Assets/scss/modules/theme/darkmode/_variables.scss"; | ||
@import "../../node_modules/bootstrap/scss/functions"; | ||
@import "../../node_modules/bootstrap/scss/variables"; | ||
|
||
#iconPickerModal { | ||
|
||
.iconpicker-popover.popover { | ||
width: 100%; | ||
border: none; | ||
} | ||
|
||
.iconpicker-items { | ||
min-height: 258px; | ||
} | ||
|
||
.iconpicker-item { | ||
background-color: $body-bg; | ||
} | ||
.iconpicker-popover.popover { | ||
width: 100%; | ||
border: none; | ||
} | ||
.remove-icon, .sample-icon { | ||
width: 40px; | ||
|
||
.iconpicker-items { | ||
min-height: 258px; | ||
} | ||
} | ||
|
||
@import "fontawesome-iconpicker.scss"; | ||
.remove-icon, .sample-icon { | ||
width: 40px; | ||
} |
2 changes: 1 addition & 1 deletion
2
src/OrchardCore.Modules/OrchardCore.AdminMenu/Assets/scss/admin-menu-permission-picker.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.