summaryrefslogtreecommitdiffstats
path: root/public/less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_repository.less19
1 files changed, 17 insertions, 2 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less
index e4ae400018..2e9b35e01e 100644
--- a/public/less/_repository.less
+++ b/public/less/_repository.less
@@ -158,6 +158,11 @@
}
&.file.list {
+ .repo-description {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ }
#repo-desc {
font-size: 1.2em;
}
@@ -226,7 +231,7 @@
}
}
- #file-content {
+ .non-diff-file-content {
.header {
.icon {
font-size: 1em;
@@ -244,7 +249,7 @@
background: transparent;
border: 0;
outline: none;
- }
+ }
.btn-octicon:hover {
color: #4078c0;
}
@@ -323,6 +328,9 @@
}
}
}
+ .active {
+ background: #ffffdd;
+ }
}
}
@@ -1038,6 +1046,13 @@
overflow-x: auto;
overflow-y: hidden;
}
+ .repo-search-result {
+ padding-top: 10px;
+ padding-bottom: 10px;
+ .lines-num a {
+ color: inherit;
+ }
+ }
&.quickstart {
.guide {