init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
24
template/css/morris.css
Normal file
24
template/css/morris.css
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
.morris-hover {
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.morris-hover.morris-default-style {
|
||||
border-radius: 3px;
|
||||
padding: 6px;
|
||||
color: #333;
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
border: 1px solid #ddd;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.morris-hover.morris-default-style .morris-hover-row-label {
|
||||
font-weight: bold;
|
||||
margin: 0.25em 0;
|
||||
}
|
||||
|
||||
.morris-hover.morris-default-style .morris-hover-point{
|
||||
white-space: nowrap;
|
||||
margin: 0.1em 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue