repo.css 2.2 KB

1234567891011121314151617181920212223242526
  1. .cpp .comment-row, .cpp #bugForm {font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,'PingFang SC','Source Han Sans CN','Source Han Sans','Source Han Serif','Hiragino Sans GB','WenQuanYi Micro Hei','Microsoft YaHei',sans-serif;}
  2. #bugForm {display: none;}
  3. .with-action-row #bugForm {position: absolute; top: 0; right: 0; width: 50%; background: #fff; overflow: scroll;}
  4. .input-group .chosen-container {min-width: 150px;}
  5. .comment-cell .panel-heading {padding: 8px 16px 7px 20px;}
  6. .comment-row {font-size: 13px;}
  7. .repoCode .bugFormContainer {margin: 0; padding: 10px 20px 10px 0;}
  8. .repoCode .commented .comment-btn .icon-wrapper {color: #438EFF; min-width: 38px; text-align: left;}
  9. .repoCode .commented .comment-btn .icon-wrapper .bug-num {margin-left: 2px; margin-bottom: 3px;}
  10. .repoCode .over .comment-btn .icon-wrapper, .repoCode over .icon-wrapper, .repoCode .selected.commented .comment-btn .icon-wrapper {line-height: 20px; height: 20px; background: none; left: 0px; width: 25px; text-align: left;}
  11. .repoCode .over .commented .comment-btn .icon-wrapper:before, .repoCode tr.over .icon-wrapper:before, .repoCode tr.selected.commented .comment-btn .icon-wrapper:before {display: none;}
  12. .repoCode .over .commented .comment-btn, .repoCode tr.over .comment-btn{margin-left: 0;}
  13. .repoCode .over .comment-btn, .repoCode .bug-view {display: block; margin-left: -35px;}
  14. .repoCode .comment {background-color: #fff;}
  15. .repoCode .commented {min-width: 60px;}
  16. .repoCode table td {white-space: unset;}
  17. .comment-btn .icon-wrapper, .comment-btn {position: unset;}
  18. .repoCode .panel-bug.show .panel-body {margin-top: 10px;}
  19. .repoCode .icon-wrapper {color: #438EFF; min-width: 25px; text-align: right;}
  20. .repoCode .panel {background-color: #fafafa;}
  21. .repoCode .view-line-icon {position: absolute; right: 50px; top: 2px; font-weight: bold; cursor: pointer;}
  22. .repoCode .view-line-icon.add-bug {right: 30px;}
  23. .repoCode .view-line-icon.add-bug .icon {font-weight: bold;}
  24. .repoCode .view-line-icon .bug-count {vertical-align: middle; padding-left: 5px;}
  25. .view-content-line:hover {background: rgba(230,240,255,.8);}
  26. .monaco-editor .margin-view-overlays .current-line, .monaco-editor .view-overlays .current-line {display: none !important;}