fix color change of header after substituion of user

This commit is contained in:
Uwe Steinmann 2021-05-22 13:14:17 +02:00
parent 635c40bd84
commit aef421a581

View File

@ -127,7 +127,7 @@ class SeedDMS_Theme_Style extends SeedDMS_View_Common {
if($this->params['session'] && $this->params['session']->getSu()) {
?>
<style type="text/css">
.navbar-inverse .navbar-inner {
nav.navbar.fixed-top {
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#882222), to(#111111));
background-image: webkit-linear-gradient(top, #882222, #111111);
background-image: linear-gradient(to bottom, #882222, #111111);;