mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-02 06:57:40 +00:00
fix color change of header after substituion of user
This commit is contained in:
parent
635c40bd84
commit
aef421a581
|
@ -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);;
|
||||
|
|
Loading…
Reference in New Issue
Block a user