12345678910111213141516171819 |
- #monthlySummaryReportSpace {
- outline: 9px solid #00800057;
- }
- .lv-ms-detected {
- font-size: 12px;
- color: #008000;
- position: absolute;
- z-index: 999999;
- top: 8px;
- right: 8px;
- font-family: sans-serif;
- font-weight: normal;
- background: #f9efe4;
- padding: 4px 7px;
- border-bottom-left-radius: 3px;
- cursor: pointer;
- }
|