Modifcations for ControlPanel BS5

current styles in app.css and theme.css for app-controlpanel removed as no longer needed.

Removed the _display var as that is no longer beign used.
This commit is contained in:
Leigh
2021-07-15 16:28:12 +02:00
parent 3521dd41cd
commit 437e9ee43b
3 changed files with 0 additions and 23 deletions

View File

@ -232,7 +232,6 @@
private List<Page> _pages = new List<Page>();
private List<Module> _modules = new List<Module>();
private List<ThemeControl> _containers = new List<ThemeControl>();
private string _display = "display: none;";
private string _category = "Common";
protected string PageId { get; private set; } = "-";