Skip to content

Commit

Permalink
hotfix: styling admin start page
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Jun 5, 2023
1 parent 2e1b8d2 commit c0ad649
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 3 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
=========
Changelog
=========

Version 0.4.6
=============

Feature

* Start of the changelog

Bugfix:

* Fix color issue on admin start page

Version 0.4.4
=============

Bugfix:

* Remove responsive artefacts

Version 0.4.3
=============

Bugfixes:

* Leave space in sidebar object tools for sidebar navigation buttons
* Hide title in plugin change form in modal view

Version 0.4.1
=============

Bugfixes:

* Second cancel link removed on delete confirmation
* Better width of select boxes
2 changes: 1 addition & 1 deletion djangocms_simple_admin_style/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.5"
__version__ = "0.4.6"

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion private/djangocms-simple-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
--header-color: var(--dca-black);
--header-branding-color: var(--accent);
--header-bg: var(--secondary);
--header-link-color: var(--dca-primary);
--header-link-color: var(--dca-gray-darkest);

--breadcrumbs-fg: var(--dca-gray);
--breadcrumbs-link-fg: var(--dca-primary);
Expand Down Expand Up @@ -382,6 +382,12 @@ body.cms-admin-sideframe.djangocms-simple-admin-style {
margin-top: 0;
}

/* Collapse link */

fieldset .collapse-toggle {
color: var(--dca-primary);
}

/* Parler styles */

.djangocms-simple-admin-style .parler-language-tabs span.current {
Expand Down

0 comments on commit c0ad649

Please sign in to comment.