diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-30 12:55:12 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-30 12:55:12 +0200 |
commit | 95ec75b919f58fb55e561789d8a54d59312c7e19 (patch) | |
tree | dd37ef0489da93bbee182d67fae203e43dbe98f9 /files/css | |
parent | 48fb1e2dae3d6c91b5c9bded455b38eb7c4c4df0 (diff) | |
download | nextcloud-server-95ec75b919f58fb55e561789d8a54d59312c7e19.tar.gz nextcloud-server-95ec75b919f58fb55e561789d8a54d59312c7e19.zip |
only bold current folder in breadcrumb navigation
Diffstat (limited to 'files/css')
-rw-r--r-- | files/css/files.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/css/files.css b/files/css/files.css index 50b61a488d1..578d5df174b 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -19,7 +19,8 @@ table { position:relative; top:37px; width:100%; } tbody tr:hover, tbody tr:active, tbody tr.selected { background-color:#eee; } tbody a { color:#000; } span.extention, td.date { color:#999; } -div.crumb { float:left; display:block; background:no-repeat right 0; font-weight:bold; padding:8px 1.5em 0 1em; height:28px; /*36-8*/ } +div.crumb { float:left; display:block; background:no-repeat right 0; padding:8px 1.5em 0 1em; height:28px; /*36-8*/ } +div.crumb:last-child { font-weight:bold; } table tr.mouseOver td { background-color:#eee; } table th { padding:.5em; height:2em; } table th .name { float:left; margin-left:.5em; } |