mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +00:00
add style for div.statusbar-container
This commit is contained in:
parent
e79e9de1cf
commit
a115cb30f2
|
@ -152,6 +152,25 @@ div.splash {
|
||||||
display: none;
|
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 {
|
ul.jqtree-tree li.jqtree_common > .jqtree-element:hover {
|
||||||
background-color: #E0E0E0;
|
background-color: #E0E0E0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user