style.css 335 B

12345678910111213141516171819
  1. #monthlySummaryReportSpace {
  2. outline: 9px solid #00800057;
  3. }
  4. .lv-ms-detected {
  5. font-size: 12px;
  6. color: #008000;
  7. position: absolute;
  8. z-index: 999999;
  9. top: 8px;
  10. right: 8px;
  11. font-family: sans-serif;
  12. font-weight: normal;
  13. background: #f9efe4;
  14. padding: 4px 7px;
  15. border-bottom-left-radius: 3px;
  16. cursor: pointer;
  17. }