Reorder the dark-theme.css file

Created on 19 February 2025, about 2 months ago

Problem/Motivation

During testing, the dark-theme.css is included before the default bootstrap css file. This cause the theme to loose a lot of the styling work.

The dark-theme.css is declared before bootstrap.min.css

<link rel="stylesheet" media="all" href="/themes/contrib/bootstrap_cloud/css/dark-theme.css?sry46o" />
<link rel="stylesheet" media="all" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" />
<link rel="stylesheet" media="all" href="/themes/contrib/bootstrap_cloud/css/style.css?sry46o" />
<link rel="stylesheet" media="all" href="/themes/contrib/bootstrap_cloud/css/nav.css?sry46o" />
<link rel="stylesheet" media="all" href="/themes/contrib/bootstrap_cloud/css/table.css?sry46o" />
<link rel="stylesheet" media="all" href="/themes/contrib/bootstrap_cloud/css/form.css?sry46o" />
<link rel="stylesheet" media="all" href="/themes/contrib/bootstrap_cloud/css/views.css?sry46o" />
<link rel="stylesheet" media="all" href="/themes/contrib/bootstrap_cloud/css/media.css?sry46o" />
<link rel="stylesheet" media="all" href="/themes/contrib/bootstrap_cloud/css/fonts.css?sry46o" />
<link rel="stylesheet" media="all" href="/themes/contrib/bootstrap_cloud/css/modal.css?sry46o" />
<link rel="stylesheet" media="all" href="/themes/contrib/bootstrap_cloud/css/glyphicons/css/glyphicons.css?sry46o" />

It should be declared at the very end to make sure its styling takes effect.

πŸ› Bug report
Status

Active

Version

7.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States baldwinlouie

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024