Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

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