mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-14 07:41:11 +01:00
6787fa7cff
- Morris.Hover now encapsulates the hover object, with no graph-specific code. - Tests for Morris.Hover. - Add chai-jquery to test suite.
9 lines
197 B
Text
9 lines
197 B
Text
.morris-popup {
|
|
border-radius: 10px;
|
|
position: absolute;
|
|
z-index: 1000;
|
|
padding: 6px;
|
|
color: #666;
|
|
background: rgba(255, 255, 255, 0.8);
|
|
border: solid 2px rgba(230, 230, 230, 0.8);
|
|
}
|