summaryrefslogtreecommitdiffstats
path: root/public/css/index.css
diff options
context:
space:
mode:
authorSl@ny <webmaster@slany.work>2016-12-28 17:35:52 +0100
committerKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>2016-12-28 18:09:52 +0100
commitc22f9114c7e0874e99fd1504131423517905c9c1 (patch)
treeed70854ca628597d961fbf44acf61f1c9f8e6f16 /public/css/index.css
parent331316894e391beb29fdebf9d8088973759bba1c (diff)
downloadgitea-c22f9114c7e0874e99fd1504131423517905c9c1.tar.gz
gitea-c22f9114c7e0874e99fd1504131423517905c9c1.zip
Implementation of Folder Jumping
Diffstat (limited to 'public/css/index.css')
-rw-r--r--public/css/index.css3
1 files changed, 3 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;