Skip to content
/ gitea Public
forked from go-gitea/gitea

Commit

Permalink
change border around review for light; update border around textarea …
Browse files Browse the repository at this point in the history
…to match go-gitea#11570
  • Loading branch information
CirnoT committed May 23, 2020
1 parent 58bd6dd commit d39121a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web_src/less/themes/theme-arc-green.less
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ a.ui.basic.green.label:hover {

.repository.view.issue .comment-list .comment .tag {
color: #dbdbdb;
border: 1px solid rgba(0, 0, 0, .4);
border-color: rgb(152, 152, 152);
}

.repository.view.issue .comment-list .timeline-item .badge.badge-commit {
Expand Down Expand Up @@ -1363,7 +1363,7 @@ a.ui.labels .label:hover {
background: #404552;
}

border-color: rgba(187, 187, 187, .6);
border-color: rgba(187, 187, 187, .24);
}

.footer {
Expand Down

0 comments on commit d39121a

Please sign in to comment.