Browse Source

fix css for del code

tags/v1.2.0-rc1
Alexey Makhov 11 years ago
parent
commit
eb82eab49a
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      public/ng/less/gogs/repository.less

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

@@ -653,12 +653,18 @@
background-color: #E0E0E0 !important;
border-color: #ADADAD !important;
}
td.selected-line, td.selected-line pre {
background-color: #ffffdd !important;
}
}
&.del-code {
td, pre {
background-color: #ffe2dd !important;
border-color: #e9aeae !important;
}
td.selected-line, td.selected-line pre {
background-color: #ffffdd !important;
}
}
&.add-code {
td, pre {


Loading…
Cancel
Save