summaryrefslogtreecommitdiffstats
path: root/files/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <jan@unhosted.org>2011-10-21 19:09:41 +0200
committerJan-Christoph Borchardt <jan@unhosted.org>2011-10-21 21:00:26 +0200
commitc420001f2b28a619fe844d7366ae3984b38021e9 (patch)
tree3e40f9c524d9b4e8da37697489b1a06b281f09f2 /files/css
parent92ba000f09882224526373dc04ac8926dc9ca27d (diff)
downloadnextcloud-server-c420001f2b28a619fe844d7366ae3984b38021e9.tar.gz
nextcloud-server-c420001f2b28a619fe844d7366ae3984b38021e9.zip
bold current folder in breadcrumbs
Diffstat (limited to 'files/css')
-rw-r--r--files/css/files.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/css/files.css b/files/css/files.css
index c7d39d114b3..ac1f523f862 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -34,7 +34,7 @@ span.extention { opacity:0; -webkit-transition:opacity 500ms; -moz-transition:op
tr:hover span.extention { opacity:1; }
div.crumb { float:left; display:block; background:no-repeat right 0; padding:.75em 1.5em 0 1em; height:2.9em; }
div.crumb:first-child { padding-left:1em; }
-div.crumb:last-child { font-weight:bold; }
+div.crumb.last { font-weight:bold; }
table tr.mouseOver td { background-color:#eee; }
table th { height:2em; padding:0 .5em; color:#999; }
table th .name { float:left; margin-left:.5em; }