Browse Source

fix css for same code

master
Alexey Makhov 10 years ago
parent
commit
04adc94b26
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      public/ng/less/gogs/repository.less

+ 5
- 0
public/ng/less/gogs/repository.less View File

@@ -657,6 +657,11 @@
background-color: #ffffdd !important;
}
}
&.same-code {
td.selected-line, td.selected-line pre {
background-color: #ffffdd !important;
}
}
&.del-code {
td, pre {
background-color: #ffe2dd !important;


Loading…
Cancel
Save