Merge pull request #2170 from dwo/png-bg-images

Improve background images
This commit is contained in:
Adam Warner
2022-04-15 10:06:15 +01:00
committed by GitHub
7 changed files with 3 additions and 3 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

+1 -1
View File
@@ -6,7 +6,7 @@
* Please see LICENSE file for your rights under this license. */
.layout-boxed {
background: url("../img/boxed-bg.jpg") repeat fixed;
background: url("../img/boxed-bg.png") repeat fixed;
}
.small-box span {
+1 -1
View File
@@ -335,7 +335,7 @@ h4 {
}
.layout-boxed {
background: url("../../img/boxed-bg-dark.jpg") repeat fixed;
background: url("../../img/boxed-bg-dark.png") repeat fixed;
}
.not-used {
background-color: #eee;
+1 -1
View File
@@ -2411,7 +2411,7 @@ div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
}
.layout-boxed {
background: linear-gradient(rgba(20, 30, 34, 0.6), rgba(20, 30, 34, 0.6)),
url(../../img/boxed-bg-dark.jpg) fixed;
url(../../img/boxed-bg-dark.png) fixed;
}
.content-wrapper {
background-color: rgb(32, 35, 36);