Skip to content

Commit e61cdf8

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/autoprefixer-10.4.12
2 parents c74954b + e1a66b1 commit e61cdf8

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@popperjs/core": "^2.11.6",
10-
"bootstrap": "^5.2.0",
10+
"bootstrap": "^5.2.1",
1111
"autoprefixer": "^10.4.12",
1212
"cross-env": "^7.0.3",
1313
"rtlcss": "^4.0.0",

src/main/webapp/css/jenkins-style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
--bs-nav-tabs-border-width: 0;
88
}
99

10+
.modal {
11+
--bs-modal-color: var(--text-color);
12+
--bs-modal-bg: var(--background);
13+
}
14+
1015
body {
1116
background-color: var(--background);
1217
color: var(--text-color);

0 commit comments

Comments
 (0)