Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
21627 kshitij.so 1
.morris-hover {
2
    position: absolute;
3
    z-index: 1000;
4
}
5
 
6
.morris-hover.morris-default-style {
7
    border-radius: 10px;
8
    padding: 6px;
9
    color: #666;
10
    background: rgba(255, 255, 255, 0.8);
11
    border: solid 2px rgba(230, 230, 230, 0.8);
12
    font-family: sans-serif;
13
    font-size: 12px;
14
    text-align: center;
15
}
16
 
17
.morris-hover.morris-default-style .morris-hover-row-label {
18
    font-weight: bold;
19
    margin: 0.25em 0;
20
}
21
 
22
.morris-hover.morris-default-style .morris-hover-point {
23
    white-space: nowrap;
24
    margin: 0.1em 0;
25
}
26
 
27
 
28
#hero-graph, #hero-bar, #hero-area, #hero-donut {height: 250px}