add image background to home page

This commit is contained in:
bachir souldi
2022-05-26 08:50:06 +01:00
parent 07666066a5
commit 78c3216609
2 changed files with 4 additions and 1 deletions

View File

@@ -85,7 +85,10 @@ table.form-layout .tabbable-tabs .tab-content{
} }
.view-tabs, .nav-tabs-strip { .view-tabs, .nav-tabs-strip {
background: #323232 !important; background: url('../../img/bg.jpg') !important;
background-repeat: no-repeat !important;
object-fit: fill !important;
background-size: 100% !important;
} }
.navbar-inner { .navbar-inner {

BIN
src/main/webapp/img/bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 MiB