From c22f9114c7e0874e99fd1504131423517905c9c1 Mon Sep 17 00:00:00 2001 From: "Sl@ny" Date: Wed, 28 Dec 2016 17:35:52 +0100 Subject: Implementation of Folder Jumping --- public/css/index.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/css/index.css') 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; -- cgit v1.2.3