-
Notifications
You must be signed in to change notification settings - Fork 753
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4691 from david-poindexter/pb-ui
Improve base styling of PersonaBar & EditBar and allow customization
- Loading branch information
Showing
16 changed files
with
131 additions
and
61 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
DNN Platform/Website/Providers/DataProviders/SqlDataProvider/09.09.02.SqlDataProvider
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/************************************************************/ | ||
/***** SqlDataProvider *****/ | ||
/***** *****/ | ||
/***** *****/ | ||
/***** Note: To manually execute this script you must *****/ | ||
/***** perform a search and replace operation *****/ | ||
/***** for {databaseOwner} and {objectQualifier} *****/ | ||
/***** *****/ | ||
/************************************************************/ |
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
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
9 changes: 9 additions & 0 deletions
9
Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/editBar/css/theme.css
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/*-------------------------------------------------------------------------------- | ||
These default CSS variables can be overridden and customized by creating a file, | ||
containing a copy of the below, called "EditBarTheme.css" and placing it in the | ||
"Portals/_default" directory. If the custom CSS file exists, it will be loaded | ||
instead of this one. | ||
---------------------------------------------------------------------------------*/ | ||
:root{ | ||
--dnn-color-editbar-background: #0b1c24; | ||
} |
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
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
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
16 changes: 16 additions & 0 deletions
16
Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/admin/personaBar/css/theme.css
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/*-------------------------------------------------------------------------------- | ||
These default CSS variables can be overridden and customized by creating a file, | ||
containing a copy of the below, called "PersonaBarTheme.css" and placing it in | ||
the "Portals/_default" directory. If the custom CSS file exists, it will be loaded | ||
instead of this one. | ||
---------------------------------------------------------------------------------*/ | ||
:root{ | ||
--dnn-color-pb-menu-background: #0e2936; | ||
--dnn-color-pb-menu-background-hover: #0b1c24; | ||
--dnn-color-pb-menu-icon: #3c7a9a; | ||
--dnn-color-pb-menu-icon-background: #0b1c24; | ||
--dnn-color-pb-menu-divider: #1e485e; | ||
--dnn-color-pb-menu-text-highlight: #3c7a9a; | ||
|
||
--dnn-pb-menu-brand-background: url('../images/Logo.svg') no-repeat center center; | ||
} |
17 changes: 9 additions & 8 deletions
17
...minExperience/Library/Dnn.PersonaBar.UI/admin/personaBar/images/nav_content.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions
9
Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/admin/personaBar/images/nav_edit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 11 additions & 9 deletions
20
...dminExperience/Library/Dnn.PersonaBar.UI/admin/personaBar/images/nav_manage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions
11
...inExperience/Library/Dnn.PersonaBar.UI/admin/personaBar/images/nav_settings.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.