Skip to content

Commit 0d5ddca

Browse files
committed
themes/opnsense - 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.
1 parent 49a621b commit 0d5ddca

File tree

4 files changed

+174
-169
lines changed

4 files changed

+174
-169
lines changed

src/opnsense/www/themes/opnsense/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/build/css/dashboard.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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/build/css/dashboard.css.map

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

0 commit comments

Comments
 (0)