Fix dark theme diff box header backround color (#4674)

tokarchuk/v1.17
Lauris BH 6 years ago committed by Lunny Xiao
parent ce7c64c7e1
commit 6e68b61479
  1. 2
      public/css/theme-arc-green.css
  2. 9
      public/less/themes/arc-green.less

File diff suppressed because one or more lines are too long

@ -760,8 +760,15 @@
.CodeMirror {
color: #9daccc;
background-color: #2b2b2b;
border-top: none;
border-top: none;
}
.CodeMirror-gutters{
background-color: #2b2b2b;
}
.repository .diff-detail-box {
background-color: inherit;
.detail-files {
background-color: inherit;
}
}

Loading…
Cancel
Save