mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Merge pull request #2170 from dwo/png-bg-images
Improve background images
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 121 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
+1
-1
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user