add style for div.statusbar-container

This commit is contained in:
Uwe Steinmann 2019-07-12 16:41:40 +02:00
parent e79e9de1cf
commit a115cb30f2

View File

@ -152,6 +152,25 @@ div.splash {
display: none;
}
div.statusbar-container {
display: none;
position: fixed;
right:10px;
top:60px;
width:300px;
padding:10px;
background-color: white;
border: 1px solid #E0E0E0;
border-radius: 4px;
z-index: 10;
}
div.statusbar-container h1 {
font-size: 21px;
line-height: 40px;
color: #333333;
font-weight: normal;
}
ul.jqtree-tree li.jqtree_common > .jqtree-element:hover {
background-color: #E0E0E0;
}