Skip to content

Commit b617c97

Browse files
AdSchellevisfichtner
authored andcommitted
themes/opnsense-dark - recompile using dart sass (1.93.2) which changes color rendering.
As mentioned in #9123, some statements will be deprecated. To lower the diff in future vresions, make sure we recompile the css files with the current compiler. (cherry picked from commit af305cf)
1 parent 5f1b25e commit b617c97

File tree

6 files changed

+221
-223
lines changed

6 files changed

+221
-223
lines changed

src/opnsense/www/themes/opnsense-dark/build/css/bootstrap-dialog.css

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
z-index: -1;
33
}
44

5-
.bootstrap-dialog {
6-
/* dialog types */
7-
/**
8-
* Icon animation
9-
* Copied from font-awesome: http://fontawesome.io/
10-
**/
11-
/** End of icon animation **/
12-
}
135
.bootstrap-dialog .modal-header {
146
border-top-left-radius: 4px;
157
border-top-right-radius: 4px;
@@ -35,6 +27,9 @@
3527
-khtml-opacity: 1;
3628
opacity: 1;
3729
}
30+
.bootstrap-dialog {
31+
/* dialog types */
32+
}
3833
.bootstrap-dialog.type-default .modal-header {
3934
background-color: #fff;
4035
}
@@ -65,6 +60,12 @@
6560
.bootstrap-dialog.size-large .bootstrap-dialog-message {
6661
font-size: 18px;
6762
}
63+
.bootstrap-dialog {
64+
/**
65+
* Icon animation
66+
* Copied from font-awesome: http://fontawesome.io/
67+
**/
68+
}
6869
.bootstrap-dialog .icon-spin {
6970
display: inline-block;
7071
-moz-animation: spin 2s infinite linear;
@@ -112,5 +113,6 @@
112113
transform: rotate(359deg);
113114
}
114115
}
115-
116-
/*# sourceMappingURL=bootstrap-dialog.css.map */
116+
.bootstrap-dialog {
117+
/** End of icon animation **/
118+
}

src/opnsense/www/themes/opnsense-dark/build/css/bootstrap-select.css

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

src/opnsense/www/themes/opnsense-dark/build/css/dashboard.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ div {
287287
}
288288

289289
.flextable-row:hover {
290-
background: #1a1d27 !important;
290+
background: rgb(26.2, 29.475, 39.3) !important;
291291
}
292292

293293
.flex-cell {
@@ -312,7 +312,7 @@ div {
312312
}
313313

314314
.column .flex-cell:hover {
315-
background: #1a1d27;
315+
background: rgb(26.2, 29.475, 39.3);
316316
}
317317

318318
.flex-subcell {
@@ -339,7 +339,7 @@ div {
339339
}
340340

341341
.grid-row:hover {
342-
background: #1a1d27 !important;
342+
background: rgb(26.2, 29.475, 39.3) !important;
343343
}
344344

345345
.grid-header {
@@ -360,5 +360,3 @@ div {
360360
align-items: center;
361361
justify-content: center;
362362
}
363-
364-
/*# sourceMappingURL=dashboard.css.map */

src/opnsense/www/themes/opnsense-dark/build/css/dns-overview.css

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

0 commit comments

Comments
 (0)