diff options
author | Sl@ny <webmaster@slany.work> | 2016-12-28 17:35:52 +0100 |
---|---|---|
committer | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2016-12-28 18:09:52 +0100 |
commit | c22f9114c7e0874e99fd1504131423517905c9c1 (patch) | |
tree | ed70854ca628597d961fbf44acf61f1c9f8e6f16 /public/css/index.css | |
parent | 331316894e391beb29fdebf9d8088973759bba1c (diff) | |
download | gitea-c22f9114c7e0874e99fd1504131423517905c9c1.tar.gz gitea-c22f9114c7e0874e99fd1504131423517905c9c1.zip |
Implementation of Folder Jumping
Diffstat (limited to 'public/css/index.css')
-rw-r--r-- | public/css/index.css | 3 |
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; |