summaryrefslogtreecommitdiffstats
path: root/public/ng
diff options
context:
space:
mode:
authorAlexey Makhov <makhov.alex@gmail.com>2015-02-05 16:02:37 +0300
committerAlexey Makhov <makhov.alex@gmail.com>2015-02-05 16:02:37 +0300
commit04adc94b26c588acb3ca6eac7c54426ee29d05b4 (patch)
tree6ce1ba788ad66b579cbfca142a895e7f2a0d64a9 /public/ng
parent2f40f614b5a833a72d21fdba01efa6e89cb33394 (diff)
downloadgitea-04adc94b26c588acb3ca6eac7c54426ee29d05b4.tar.gz
gitea-04adc94b26c588acb3ca6eac7c54426ee29d05b4.zip
fix css for same code
Diffstat (limited to 'public/ng')
-rw-r--r--public/ng/less/gogs/repository.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/ng/less/gogs/repository.less b/public/ng/less/gogs/repository.less
index f1345f891e..09691ee8bf 100644
--- a/public/ng/less/gogs/repository.less
+++ b/public/ng/less/gogs/repository.less
@@ -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;