]> source.dussan.org Git - nextcloud-server.git/commitdiff
only bold current folder in breadcrumb navigation
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Sat, 30 Jul 2011 10:55:12 +0000 (12:55 +0200)
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Sat, 30 Jul 2011 10:55:12 +0000 (12:55 +0200)
files/css/files.css

index 50b61a488d160b344c41c7854574b406405b19e4..578d5df174bd03da4b2f85888d685aecc670fa6f 100644 (file)
@@ -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; }