Skip to content
Snippets Groups Projects
Select Git revision
  • 42277fcfb5d37ae27c8405d15ea11a8f61d4f572
  • renovate/django-split-settings-1.x
  • renovate/djangorestframework-3.x
  • main
  • 520-improve-trackmanager
  • 520-fix-scheduling
  • 520-akowner
  • 520-status
  • 520-message-resolved
  • 520-improve-scheduling-2
  • renovate/django-bootstrap5-24.x
  • 520-improve-submission
  • 520-improve-scheduling
  • 520-improve-wall
  • 520-fix-event-wizard-datepicker
  • 520-upgrades
  • renovate/tzdata-2023.x
  • renovate/django-5.x
  • renovate/fontawesomefree-6.x
  • renovate/sphinx-rtd-theme-2.x
  • renovate/sphinxcontrib-apidoc-0.x
21 results

admin-bootstrap.css

Blame
  • Forked from KIF / AKPlanning
    603 commits behind, 6 commits ahead of the upstream repository.
    Benjamin Hättasch's avatar
    Benjamin Hättasch authored
    Bump to latest version of Django 3.2
    Fix dark theme issue by fixing the order of css imports in admin
    Cleanup admin login template (remove copied code as far as possible)
    0dbd7c0b
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    admin-bootstrap.css 312 B
    /*
        Load both the django admin base style and bootstrap -- but make sure bootstrap is loaded first to override all critical theme settings from bootstrap with the default admin style.
        This especially fixes the dark theme.
    */
    @import "/static/common/css/bootstrap.css";
    @import "../../admin/css/base.css";