diff --git a/src/main/webapp/css/modern-dark/theme.css b/src/main/webapp/css/modern-dark/theme.css index 230ff2c..a14a962 100644 --- a/src/main/webapp/css/modern-dark/theme.css +++ b/src/main/webapp/css/modern-dark/theme.css @@ -85,7 +85,10 @@ table.form-layout .tabbable-tabs .tab-content{ } .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 { diff --git a/src/main/webapp/img/bg.jpg b/src/main/webapp/img/bg.jpg new file mode 100644 index 0000000..cd11c67 Binary files /dev/null and b/src/main/webapp/img/bg.jpg differ