diff options
author | raghunayyar <me@iraghu.com> | 2013-05-14 11:07:12 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2013-05-14 11:07:12 +0530 |
commit | 18618c75aaa4933d8b82e006704c58738114fb45 (patch) | |
tree | 17e9299ef7f077a9655ade316d19899f3d8d1388 /apps | |
parent | 6d95d130e4b5cefa757dbd59c6bfadf56e01722a (diff) | |
download | nextcloud-server-18618c75aaa4933d8b82e006704c58738114fb45.tar.gz nextcloud-server-18618c75aaa4933d8b82e006704c58738114fb45.zip |
color change to crumb elements as well.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index e9494b735ac..f788949b1b6 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -150,7 +150,7 @@ a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; } #scanning-message{ top:40%; left:40%; position:absolute; display:none; } -div.crumb a{ padding:0.9em 0 0.7em 0; } +div.crumb a{ padding:0.9em 0 0.7em 0; color:#555; } table.dragshadow { width:auto; |