Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    server-core/src/main/java/io/onedev/server/web/component/issue/activities/issue-activities.css
    skipped 22 lines
    23 23   height: 40px;
    24 24  }
    25 25  .issue-activities>table>tbody>tr>td.avatar .avatar.system-avatar {
    26  - width: 46px;
    27  - height: 46px;
    28  - margin-left: -3px;
     26 + width: 44px;
     27 + height: 44px;
     28 + margin-left: -2px;
     29 + opacity: 75%;
    29 30  }
    30 31  .issue-activities>table>tbody>tr>td.content {
    31 32   padding-left: 1.25rem;
    skipped 8 lines
  • ■ ■ ■ ■ ■
    server-core/src/main/java/io/onedev/server/web/page/project/issues/boards/issue-boards.css
    skipped 37 lines
    38 38   margin-left: 2rem;
    39 39   min-width: 256px;
    40 40  }
    41  - 
     41 +.issue-boards>.head .milestone-selector.btn-danger {
     42 + background-color: var(--danger) !important;
     43 + border-color: var(--danger) !important;
     44 +}
     45 +.issue-boards>.head .milestone-selector.btn-danger:hover,
     46 +.issue-boards>.head .milestone-selector.btn-danger:focus {
     47 + background-color: #EE2D41 !important;
     48 + border-color: #EE2D41 !important;
     49 +}
    42 50  .floating>.content>.milestone-menu>table>tbody>tr:first-child>td {
    43 51   border-top: none;
    44 52  }
    skipped 18 lines
    63 71   display: none;
    64 72  }
    65 73   
     74 + 
  • ■ ■ ■ ■ ■ ■
    server-core/src/main/java/io/onedev/server/web/page/project/pullrequests/detail/activities/pull-request-activities.css
    skipped 21 lines
    22 22   width: 40px;
    23 23   height: 40px;
    24 24  }
     25 +.pull-request-detail>.card-body>.main>.activities .activity>td.avatar .avatar.system-avatar {
     26 + width: 44px;
     27 + height: 44px;
     28 + margin-left: -2px;
     29 + opacity: 75%;
     30 +}
     31 + 
    25 32  .pull-request-detail>.card-body>.main>.activities .activity>td.content {
    26 33   padding-left: 1.25rem;
    27 34  }
    skipped 52 lines
Please wait...
Page is in error, reload to recover