summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/css/index.css3
-rw-r--r--public/less/_repository.less3
2 files changed, 6 insertions, 0 deletions
diff --git a/public/css/index.css b/public/css/index.css
index a05802118f..d64c71ca2a 100644
--- a/public/css/index.css
+++ b/public/css/index.css
@@ -1272,6 +1272,9 @@ footer .ui.language .menu {
.repository.file.list #repo-files-table tr:hover {
background-color: #ffffEE;
}
+.repository.file.list #repo-files-table .jumpable-path {
+ color: #888;
+}
.repository.file.list #file-content .header .icon {
font-size: 1em;
margin-top: -2px;
diff --git a/public/less/_repository.less b/public/less/_repository.less
index 07274880fd..259aa26399 100644
--- a/public/less/_repository.less
+++ b/public/less/_repository.less
@@ -205,6 +205,9 @@
tr:hover {
background-color: #ffffEE;
}
+ .jumpable-path {
+ color: #888;
+ }
}
#file-content {