aboutsummaryrefslogtreecommitdiff
path: root/public/ng/less/gogs/repository.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/ng/less/gogs/repository.less')
-rw-r--r--public/ng/less/gogs/repository.less19
1 files changed, 19 insertions, 0 deletions
diff --git a/public/ng/less/gogs/repository.less b/public/ng/less/gogs/repository.less
index c06b016e..09691ee8 100644
--- a/public/ng/less/gogs/repository.less
+++ b/public/ng/less/gogs/repository.less
@@ -281,6 +281,11 @@
color: #428BCA;
text-decoration: underline;
}
+ td.message {
+ .text-truncate {
+ max-width: 360px;
+ }
+ }
tbody {
background-color: #FFF;
tr:hover {
@@ -648,18 +653,32 @@
background-color: #E0E0E0 !important;
border-color: #ADADAD !important;
}
+ td.selected-line, td.selected-line pre {
+ 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;
border-color: #e9aeae !important;
}
+ td.selected-line, td.selected-line pre {
+ background-color: #ffffdd !important;
+ }
}
&.add-code {
td, pre {
background-color: #d1ffd6 !important;
border-color: #b4e2b4 !important;
}
+ td.selected-line, td.selected-line pre {
+ background-color: #ffffdd !important;
+ }
}
&:hover {
td, pre {