From 5c54545d99e05e25b418bdde488c7ab0c34112f3 Mon Sep 17 00:00:00 2001 From: walid seghier Date: Sun, 29 May 2022 08:27:12 +0100 Subject: [PATCH] Update theme.css --- src/main/webapp/css/modern-dark/theme.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/css/modern-dark/theme.css b/src/main/webapp/css/modern-dark/theme.css index a14a962e..facaa58a 100644 --- a/src/main/webapp/css/modern-dark/theme.css +++ b/src/main/webapp/css/modern-dark/theme.css @@ -85,10 +85,11 @@ table.form-layout .tabbable-tabs .tab-content{ } .view-tabs, .nav-tabs-strip { -background: url('../../img/bg.jpg') !important; - background-repeat: no-repeat !important; - object-fit: fill !important; - background-size: 100% !important; + background: #323232 !important; +/* background: url('../../img/bg.jpg') !important; */ + /* background-repeat: no-repeat !important; */ + /* object-fit: fill !important; */ + /* background-size: 100% !important; */ } .navbar-inner {